Files
NativeScript/apps/new/tsconfig.json
2023-01-21 15:29:33 +09:00

12 lines
204 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDirs": [".", "../.."],
"baseUrl": ".",
"paths": {
"~/*": ["src/*"],
"@demo/shared": ["../../tools/demo/index.ts"]
}
}
}