spiff-arena/spiffworkflow-frontend/tsconfig.json

13 lines
253 B
JSON

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