18 lines
424 B
JSON
18 lines
424 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"noImplicitAny": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noImplicitThis": true,
|
||
|
"declaration": true,
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"isolatedModules": false,
|
||
|
"outDir": "../built/editor",
|
||
|
"rootDir": ".",
|
||
|
"newLine": "LF",
|
||
|
"sourceMap": false,
|
||
|
"jsx": "react"
|
||
|
}
|
||
|
}
|