Poindexter/examples/wasm-browser-ts/tsconfig.json

15 lines
324 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react-jsx",
"allowJs": false,
"types": []
},
"include": ["src/**/*"]
}