mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
406 B
JSON
14 lines
406 B
JSON
{
|
|
"extends": "./tsconfig.shared",
|
|
"include": [
|
|
"tns-core-modules/js-libs/easysax/**/*.ts",
|
|
"tns-core-modules/module.d.ts",
|
|
"tns-core-modules/lib.core.d.ts",
|
|
"tns-core-modules/lib.dom.d.ts",
|
|
"tns-core-modules/es-collections.d.ts",
|
|
"tns-core-modules/declarations.d.ts",
|
|
"tns-core-modules/es6-promise.d.ts",
|
|
"node-tests/**/*.ts"
|
|
]
|
|
}
|