blob: e2208188b3a54ea2ff354f37f172bb6284b2ee37 [file] [log] [blame]
{
"compilerOptions": {
"module": "es6",
"target": "ES2015",
"noImplicitAny": false,
"rootDir": "tobago-theme-standard/src/main/ts",
"sourceRoot": "../ts",
"outDir": "tobago-theme-standard/src/main/js",
"sourceMap": true,
"inlineSources": true,
"removeComments": false,
"noEmitOnError": true
},
"include": [
"tobago-theme-standard/src/main/ts/*.ts"
],
"exclude": [
"node_modules"
]
}