mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "../temp/dts-out"
|
|
},
|
|
"files": [
|
|
"index.ts"
|
|
],
|
|
"exclude": [
|
|
"tns-core-modules/node_modules/"
|
|
]
|
|
} |