2017-07-06 18:34:31 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
2018-01-04 01:18:39 +01:00
|
|
|
"noImplicitAny": false,
|
2017-07-06 18:34:31 +02:00
|
|
|
"noImplicitReturns": true,
|
2018-01-04 01:18:39 +01:00
|
|
|
"module": "commonjs",
|
|
|
|
"outDir": "../built/editor",
|
2017-07-06 18:34:31 +02:00
|
|
|
"rootDir": ".",
|
|
|
|
"newLine": "LF",
|
2018-01-04 01:18:39 +01:00
|
|
|
"sourceMap": false,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"declaration": true
|
2017-07-06 18:34:31 +02:00
|
|
|
}
|
|
|
|
}
|