libreccm/ccm-bundle-devel-wildfly-web/tsconfig.json

15 lines
276 B
JSON

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