pxt-calliope/editor/tsconfig.json
Peli de Halleux 48e2456bec hid support
2018-04-16 06:43:08 -07:00

14 lines
309 B
JSON

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