pxt-ev3/fieldeditors/tsconfig.json

14 lines
350 B
JSON
Raw Normal View History

2018-04-14 06:46:19 +02:00
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": false,
"noImplicitReturns": true,
"module": "commonjs",
"outDir": "../built/fieldeditors",
"rootDir": ".",
"newLine": "LF",
"sourceMap": false,
"allowSyntheticDefaultImports": true,
"declaration": true
}
}