2016-03-10 16:24:11 -08:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"declaration": true,
|
|
|
|
"out": "../built/sim.js",
|
|
|
|
"rootDir": ".",
|
|
|
|
"newLine": "LF",
|
2016-05-27 14:16:47 -07:00
|
|
|
"sourceMap": false
|
2016-03-10 16:24:11 -08:00
|
|
|
}
|
|
|
|
}
|