Don't emit d.ts file
This commit is contained in:
parent
ad220d50de
commit
5f0f500725
1 changed files with 7 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
"dom"
|
||||
],
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"declaration": false,
|
||||
"noImplicitAny": false,
|
||||
"removeComments": false,
|
||||
"emitDecoratorMetadata": true,
|
||||
|
|
@ -27,7 +27,11 @@
|
|||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": ["definitions.d.ts", "src/**/*", "node_modules/@webgpu/types/**/*"],
|
||||
"include": [
|
||||
"definitions.d.ts",
|
||||
"src/**/*",
|
||||
"node_modules/@webgpu/types/**/*"
|
||||
],
|
||||
"compileOnSave": false,
|
||||
"buildOnSave": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue