14 lines
350 B
JSON
14 lines
350 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"noImplicitAny": false,
|
||
|
"noImplicitReturns": true,
|
||
|
"module": "commonjs",
|
||
|
"outDir": "../built/fieldeditors",
|
||
|
"rootDir": ".",
|
||
|
"newLine": "LF",
|
||
|
"sourceMap": false,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"declaration": true
|
||
|
}
|
||
|
}
|