mirror of
https://github.com/henrikpersson/potatis.git
synced 2025-04-02 10:32:09 -04:00
11 lines
No EOL
190 B
JSON
11 lines
No EOL
190 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES2017", "DOM"],
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"nes-wasm": ["./pkg"]
|
|
}
|
|
}
|
|
} |