aaaaa
This commit is contained in:
parent
70b18cd62d
commit
3e353fd1f8
1 changed files with 11 additions and 16 deletions
|
@ -1,16 +1,11 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"target": "es5",
|
||||||
"target": "es5",
|
"strictNullChecks": false,
|
||||||
"module": "amd",
|
"outDir": "dist/",
|
||||||
"strictNullChecks": false,
|
"allowJs": true,
|
||||||
"outDir": "dist/",
|
"noImplicitAny": false,
|
||||||
"outFile": "dist/index.js",
|
"strict": false
|
||||||
"allowJs": true,
|
},
|
||||||
"noImplicitAny": false,
|
"exclude": ["node_modules"]
|
||||||
"strict": false
|
}
|
||||||
},
|
|
||||||
"exclude": [
|
|
||||||
"node_modules"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue