pxt-calliope/fieldeditors/tsconfig.json

14 lines
353 B
JSON
Raw Normal View History

{
"compilerOptions": {
2021-11-25 17:27:39 +01:00
"target": "es2017",
"noImplicitAny": false,
"noImplicitReturns": true,
"module": "commonjs",
"outDir": "../built/fieldeditors",
"rootDir": ".",
"newLine": "LF",
"sourceMap": false,
"allowSyntheticDefaultImports": true,
"declaration": true
}
}