practice_code/web/cxm/tsconfig.app.json

14 lines
247 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"strict": true,
"paths": {
"@babel/*": ["./node_modules/@babel/*"]
}
},
"include": ["src"]
}