Files

13 lines
181 B
JSON
Raw Permalink Normal View History

2017-04-17 15:26:32 +02:00
{
"compilerOptions": {
"module": "commonjs",
2017-05-09 12:47:48 +02:00
"rootDir": ".",
2017-04-17 15:26:32 +02:00
"target": "es6",
"sourceMap": true,
"outDir": "dist"
},
"exclude": [
"node_modules"
]
2017-05-09 12:47:48 +02:00
}