pxt-calliope/editor/tsconfig.json
Peli de Halleux 33012441bc Added extensions (#385)
* inject file importers as extensions

* logging

* updated signature
2017-04-18 16:26:13 -07:00

12 lines
267 B
JSON

{
"compilerOptions": {
"target": "es5",
"noImplicitAny": true,
"noImplicitReturns": true,
"declaration": true,
"out": "../built/editor.js",
"rootDir": ".",
"newLine": "LF",
"sourceMap": false
}
}