2019-12-02 05:58:26 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2021-11-25 17:27:39 +01:00
|
|
|
"target": "es2017",
|
2019-12-02 05:58:26 +01:00
|
|
|
"noImplicitAny": false,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"outDir": "../built/fieldeditors",
|
|
|
|
"rootDir": ".",
|
|
|
|
"newLine": "LF",
|
|
|
|
"sourceMap": false,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"declaration": true
|
|
|
|
}
|
|
|
|
}
|