pxt-calliope/editor/tsconfig.json

14 lines
309 B
JSON
Raw Normal View History

2018-04-16 15:43:08 +02:00
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitReturns": true,
"declaration": true,
"out": "../built/editor.js",
"rootDir": ".",
"newLine": "LF",
"sourceMap": false
},
"prepend": ["../external/dapjs.js"]
}