spiffworkflow-frontend/tsconfig.json

13 lines
252 B
JSON
Raw Normal View History

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