mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-02-17 13:52:14 +01:00
19 lines
288 B
JSON
19 lines
288 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@app/*": [
|
|
"src/core/*"
|
|
],
|
|
"@core/*": ["src/core/*"],
|
|
"@proprietary/*": ["src/core/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/*.js",
|
|
"src/*.ts",
|
|
"src/*.tsx",
|
|
"src/core"
|
|
]
|
|
}
|