Teascade.net/public/terminal/tsconfig.json

14 lines
247 B
JSON
Raw Permalink Normal View History

2018-04-20 08:16:01 +02:00
{
"compilerOptions": {
"rootDir": "ts/",
"outDir": "js/",
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
"sourceMap": false
},
"exclude": [
"node_modules"
]
}