blob: 372ba5a438d7c848977d65cc1411a1424ae00ac8 [file] [log] [blame]
{
"compilerOptions": {
"module": "es6",
"target": "ES2015",
"noImplicitAny": false,
"outDir": "tobago-theme-standard/src/main/js",
"sourceMap": false,
"removeComments": false,
"noEmitOnError": true,
"moduleResolution": "node",
"esModuleInterop": true
},
"include": [
"tobago-theme-standard/src/main/ts/*.ts"
],
"exclude": [
"node_modules",
"node",
"tobago-theme-standard/npm/dist"
],
"_comment for moduleResolution": "this is to fix a compiler problem with @babel/types, see: https://github.com/microsoft/TypeScript/issues/11103"
}