wasmweb-sample/www/tsconfig.json

11 lines
190 B
JSON
Raw Permalink Normal View History

2020-08-20 11:42:43 +07:00
{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"sourceMap": true,
2020-08-20 12:33:29 +07:00
"module": "esnext",
2020-08-20 11:42:43 +07:00
"target": "es5",
"jsx": "react",
"allowJs": true
}
}