libreccm/ccm-cms-js/tsconfig.json

14 lines
283 B
JSON

{
"compilerOptions": {
"jsx": "React",
"module": "amd",
"moduleResolution": "node",
"outDir": "target/generated-resources/dist",
"sourceMap": true,
"target": "es6"
},
"include": [
"src/main/typescript/**/*"
]
}