mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
23 lines
438 B
JSON
23 lines
438 B
JSON
{
|
|
"extends": "../tsconfig.shared",
|
|
"exclude": [
|
|
"node_modules",
|
|
"platforms"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"*": [
|
|
"./node_modules/tns-core-modules/*",
|
|
"./node_modules/*"
|
|
],
|
|
"~/*": [
|
|
"app/*"
|
|
]
|
|
},
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
]
|
|
}
|
|
} |