16 lines
340 B
JSON
16 lines
340 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
|
||
|
"target": "es5",
|
||
|
"module": "amd",
|
||
|
"strictNullChecks": false,
|
||
|
"outDir": "dist/",
|
||
|
"outFile": "dist/index.js",
|
||
|
"allowJs": true,
|
||
|
"noImplicitAny": false,
|
||
|
"strict": false
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|