mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01:00
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Co-authored-by: Balázs <balazs@heim-041-30.jkh.uni-linz.ac.at>
29 lines
547 B
JSON
29 lines
547 B
JSON
{
|
|
"extends": "./tsconfig.proprietary.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@app/*": [
|
|
"src/desktop/*",
|
|
"src/proprietary/*",
|
|
"src/core/*"
|
|
],
|
|
"@proprietary/*": [
|
|
"src/proprietary/*"
|
|
],
|
|
"@core/*": [
|
|
"src/core/*"
|
|
],
|
|
"posthog-js/react": [
|
|
"node_modules/posthog-js/react/dist/types/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/global.d.ts",
|
|
"src/*.js",
|
|
"src/*.ts",
|
|
"src/*.tsx",
|
|
"src/core/setupTests.ts",
|
|
"src/desktop"
|
|
]
|
|
} |