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"],
|
2020-02-05 02:44:24 +01:00
|
|
|
"types": ["bluebird"],
|
2019-12-02 05:58:26 +01:00
|
|
|
"typeRoots": ["../node_modules/@types"]
|
2020-05-08 18:35:38 +02:00
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"*.ts",
|
|
|
|
"state/*.ts",
|
|
|
|
"visuals/*.ts",
|
|
|
|
"../node_modules/pxt-common-packages/libs/radio/sim/*.ts"
|
|
|
|
]
|
2016-03-11 01:24:11 +01:00
|
|
|
}
|