diff --git a/spiffworkflow-frontend/tsconfig.json b/spiffworkflow-frontend/tsconfig.json index 41b05e90..f3d7e4a4 100644 --- a/spiffworkflow-frontend/tsconfig.json +++ b/spiffworkflow-frontend/tsconfig.json @@ -1,12 +1,13 @@ { "compilerOptions": { - "target": "es2016", - "jsx": "react-jsx", - "module": "commonjs", + "baseUrl": ".", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, + "jsx": "react-jsx", + "module": "commonjs", + "skipLibCheck": true, "strict": true, - "skipLibCheck": true + "target": "es2016", }, "include": ["src/**/*"] }