spiffworkflow-frontend/tsconfig.json

13 lines
252 B
JSON
Raw Normal View History

2022-07-04 22:14:48 -04:00
{
"compilerOptions": {
"target": "es2016",
"jsx": "react-jsx",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
2022-07-04 22:51:08 -04:00
},
"include": ["src/**/*"]
2022-07-04 22:14:48 -04:00
}