2016-03-11 01:24:11 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"declaration": true,
|
|
|
|
"out": "../built/sim.js",
|
|
|
|
"rootDir": ".",
|
|
|
|
"newLine": "LF",
|
2019-12-02 05:58:26 +01:00
|
|
|
"sourceMap": false,
|
|
|
|
"lib": ["dom", "dom.iterable", "scripthost", "es6"],
|
|
|
|
"types": ["jquery", "bluebird"],
|
|
|
|
"typeRoots": ["../node_modules/@types"]
|
2016-03-11 01:24:11 +01:00
|
|
|
}
|
|
|
|
}
|