mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 10:34:06 +02:00
Co-authored-by: Anthony Stirling <[email protected]> Co-authored-by: Balázs <[email protected]>
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"
|
|
]
|
|
} |