mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
13 lines
294 B
JSON
13 lines
294 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"diagnostics": false,
|
|
"paths": {
|
|
"~/*": ["src/*"],
|
|
"tns-core-modules/*": ["@nativescript/core/*"],
|
|
"@nativescript/core": ["../../packages/core/index.ts"],
|
|
"@nativescript/core/*": ["../../packages/core/*"]
|
|
}
|
|
}
|
|
}
|