pxt-ev3/fieldeditors/tsconfig.json

14 lines
353 B
JSON

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