13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"declaration": true,
|
|
"out": "../built/sim.js",
|
|
"rootDir": ".",
|
|
"newLine": "LF",
|
|
"sourceMap": false
|
|
}
|
|
}
|