wasmweb-sample/www/tsconfig.json

11 lines
190 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"sourceMap": true,
"module": "esnext",
"target": "es5",
"jsx": "react",
"allowJs": true
}
}