2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "ESNext",
5 "moduleResolution": "bundler",
6 "lib": ["ES2022", "DOM", "DOM.Iterable"],
7 "types": ["@webgpu/types", "node"],
8 "strict": true,
9 "noEmit": true,
10 "allowImportingTsExtensions": true,
11 "verbatimModuleSyntax": true,
12 "skipLibCheck": true
13 },
14 "include": ["src", "test", "scripts"]
15}