scientificcms/scicms-bundle-devel-wildfly/tsconfig.json

12 lines
230 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"rootDir": "src/main/typescript",
"sourceMap": true,
"strict": true,
"target": "es6"
},
"include": ["src/main/typescript/*"]
}