potatis/nes-wasm/tsconfig.json
Henrik Persson 90852a6e7e WASM!
2022-10-04 14:29:38 +02:00

11 lines
No EOL
190 B
JSON

{
"compilerOptions": {
"lib": ["ES2017", "DOM"],
"resolveJsonModule": true,
"esModuleInterop": true,
"baseUrl": "./",
"paths": {
"nes-wasm": ["./pkg"]
}
}
}