mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Let TS compile in-place
Add 'grunt inplace' to tsc and build d.ts-es
This commit is contained in:
15
package.json
15
package.json
@@ -8,11 +8,18 @@
|
||||
"url": "https://github.com/NativeScript/NativeScript"
|
||||
},
|
||||
"files": [
|
||||
"**/*.*",
|
||||
"**/*",
|
||||
"!.baseDir.*",
|
||||
"**/*.d.ts",
|
||||
"**/*.js",
|
||||
"!android17.d.ts",
|
||||
"!ios.d.ts",
|
||||
"!bin/",
|
||||
"!apps/",
|
||||
"!build/",
|
||||
"!node-tests/",
|
||||
"!apps/"
|
||||
"!declarations.android.d.ts",
|
||||
"!declarations.ios.d.ts",
|
||||
"!gruntfile.js",
|
||||
"!org.nativescript.widgets.d.ts"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user