|
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"lib": ["DOM", "ES2016"],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "scripts",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "ES5"
|
|
},
|
|
"include": ["src/main/typescript/**/*"]
|
|
}
|