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