orgize/wasm/tsconfig.json
2021-11-08 16:17:11 +08:00

13 lines
232 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"lib": ["ESNext", "WebWorker"],
"strict": true,
"outDir": "out-tsc",
"rootDir": "./src",
"declaration": true
},
"include": ["./src"]
}