spiff-arena/tsconfig.json
Jon Herron 2382c3f0ab Squashed 'spiffworkflow-frontend/' content from commit 75dbea67
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 75dbea67346d1b0c161b1d7582eeb5442aec5762
2022-10-12 10:21:49 -04:00

13 lines
252 B
JSON

{
"compilerOptions": {
"target": "es2016",
"jsx": "react-jsx",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}