16 lines
406 B
JSON
16 lines
406 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"declaration": true,
|
|
"out": "../built/sim.js",
|
|
"rootDir": ".",
|
|
"newLine": "LF",
|
|
"sourceMap": false,
|
|
"lib": ["dom", "dom.iterable", "scripthost", "es6"],
|
|
"types": ["bluebird"],
|
|
"typeRoots": ["../node_modules/@types"]
|
|
}
|
|
}
|