tag-youre-it/tsconfig.json
2017-06-06 21:32:50 +02:00

10 lines
165 B
JSON

{
"compilerOptions": {
"target": "es5",
"noImplicitAny": false,
"module": "commonjs",
"outDir": "tmp-js-build/",
"inlineSourceMap": true
}
}