25 lines
530 B
JSON
25 lines
530 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["es5", "dom"],
|
||
|
|
||
|
"experimentalDecorators": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"noImplicitAny": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noImplicitThis": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": false,
|
||
|
"strictNullChecks": true,
|
||
|
|
||
|
"target": "es5",
|
||
|
"module": "amd",
|
||
|
"moduleResolution": "node",
|
||
|
"outFile": "../lib/libjass.js",
|
||
|
"noImplicitUseStrict": true,
|
||
|
"sourceMap": true,
|
||
|
"inlineSources": true,
|
||
|
"types": []
|
||
|
}
|
||
|
}
|