16 lines
240 B
JSON
16 lines
240 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es2020",
|
|
"target": "es6",
|
|
"lib": ["es2019", "dom"],
|
|
"types": ["@webgpu/types"],
|
|
"checkJs": true,
|
|
"paths": {
|
|
"/*": ["./*"]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|
|
|