pxt-ev3/fieldeditors/tsconfig.json
Peli de Halleux 5384ec567d split editors (#516)
* spliteditor
2018-04-13 21:46:19 -07:00

14 lines
350 B
JSON

{
"compilerOptions": {
"target": "es5",
"noImplicitAny": false,
"noImplicitReturns": true,
"module": "commonjs",
"outDir": "../built/fieldeditors",
"rootDir": ".",
"newLine": "LF",
"sourceMap": false,
"allowSyntheticDefaultImports": true,
"declaration": true
}
}