Spaces:
Running
Running
{ | |
"compilerOptions": { | |
"types": [ | |
"node", | |
"jest", | |
"webpack-env", | |
"webmidi", | |
"wicg-file-system-access" | |
], | |
"baseUrl": "./src", | |
"sourceMap": true, | |
"target": "esnext", | |
"module": "esnext", | |
"esModuleInterop": true, | |
"jsx": "react-jsx", | |
"jsxImportSource": "@emotion/react", | |
"moduleResolution": "node", | |
"allowSyntheticDefaultImports": true, | |
"noImplicitAny": true, | |
"lib": ["es2019", "dom"], | |
"strictNullChecks": true, | |
"alwaysStrict": true, | |
"useDefineForClassFields": true, | |
"resolveJsonModule": true, | |
"strict": true | |
}, | |
"include": ["src/**/*"] | |
} | |