Files
esbuild-wasm-compiler/tsconfig.json
T
2024-03-03 21:04:10 +08:00

13 lines
170 B
JSON

{
"compilerOptions": {
"strict": true,
"declaration": true,
"skipLibCheck": true,
"baseUrl": "./",
"lib": [
"ES2020",
"DOM"
]
}
}