2017-06-29 16:47:26 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"declaration": true,
|
|
|
|
"outDir": "../built",
|
|
|
|
"module": "commonjs",
|
|
|
|
"rootDir": ".",
|
|
|
|
"newLine": "LF",
|
2017-12-12 01:55:00 +01:00
|
|
|
"sourceMap": false,
|
|
|
|
"types": ["node"]
|
2017-06-29 16:47:26 +02:00
|
|
|
}
|
|
|
|
}
|