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