2017-09-04 16:10:02 +02:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "commonjs",
|
2018-06-04 14:26:18 +02:00
|
|
|
"target": "es6",
|
|
|
|
|
"outDir": "out",
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"sourceMap": true
|
2017-09-04 16:10:02 +02:00
|
|
|
},
|
2018-10-08 15:37:24 -07:00
|
|
|
"include": ["src"],
|
|
|
|
|
"exclude": ["node_modules"]
|
|
|
|
|
}
|