2017-07-11 10:15:17 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"declaration": true,
|
|
|
|
"out": "../built/sim.js",
|
|
|
|
"rootDir": ".",
|
|
|
|
"newLine": "LF",
|
2017-12-12 01:55:00 +01:00
|
|
|
"sourceMap": false,
|
|
|
|
"lib": ["dom", "dom.iterable", "scripthost", "es6"],
|
2018-04-30 22:29:23 +02:00
|
|
|
"types": ["bluebird"],
|
2017-12-12 01:55:00 +01:00
|
|
|
"typeRoots": ["../node_modules/@types"]
|
2017-07-11 10:15:17 +02:00
|
|
|
}
|
|
|
|
}
|