2017-04-19 01:26:13 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
2019-03-21 16:04:48 +01:00
|
|
|
"noImplicitThis": true,
|
2017-04-19 01:26:13 +02:00
|
|
|
"declaration": true,
|
2019-03-21 16:04:48 +01:00
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"isolatedModules": false,
|
|
|
|
"outDir": "../built/editor",
|
2017-04-19 01:26:13 +02:00
|
|
|
"rootDir": ".",
|
|
|
|
"newLine": "LF",
|
2019-03-21 16:04:48 +01:00
|
|
|
"sourceMap": false,
|
|
|
|
"jsx": "react"
|
2019-04-05 05:42:04 +02:00
|
|
|
}
|
2017-09-18 18:45:27 +02:00
|
|
|
}
|