mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
10 lines
176 B
JSON
10 lines
176 B
JSON
{
|
|
"extends": "./tsconfig.shared",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"bin/dist/tns-core-modules/tns-core-modules.d.ts"
|
|
]
|
|
}
|