Teascade.net/terminal/tsconfig.json

14 lines
247 B
JSON
Raw Normal View History

2016-11-15 09:32:06 +01:00
{
"compilerOptions": {
"rootDir": "ts/",
"outDir": "js/",
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
"sourceMap": false
},
"exclude": [
"node_modules"
]
}