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