mtp/example-usage/web-client/tsconfig.json
Alex Emmet 298253d6fa WASM
2026-06-24 16:19:55 +02:00

18 lines
406 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"noEmit": true,
"isolatedModules": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"mtp-wasm": ["../../wasm/pkg"]
},
"rootDir": "../.."
},
"include": ["src", "../../wasm/pkg"]
}