2017-07-11 10:15:17 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2023-04-25 21:06:54 +02:00
|
|
|
"target": "es2017",
|
2017-07-11 10:15:17 +02:00
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"declaration": true,
|
|
|
|
"out": "../built/sim.js",
|
|
|
|
"rootDir": ".",
|
|
|
|
"newLine": "LF",
|
2017-12-12 01:55:00 +01:00
|
|
|
"sourceMap": false,
|
2023-04-25 21:06:54 +02:00
|
|
|
"lib": ["dom", "dom.iterable", "scripthost", "es2017"],
|
2021-09-23 00:51:32 +02:00
|
|
|
"types": [],
|
2017-12-12 01:55:00 +01:00
|
|
|
"typeRoots": ["../node_modules/@types"]
|
2017-07-11 10:15:17 +02:00
|
|
|
}
|
2023-04-25 21:06:54 +02:00
|
|
|
}
|