Browse Source

Remove @webgpu/types from tsconfig.json

Popov72 5 years ago
parent
commit
a65472757b
2 changed files with 2 additions and 1 deletions
  1. 1 0
      src/Engines/webgpuEngine.ts
  2. 1 1
      src/tsconfig.json

+ 1 - 0
src/Engines/webgpuEngine.ts

@@ -23,6 +23,7 @@ import { WebGPUShaderProcessor } from "./WebGPU/webgpuShaderProcessors";
 import { ShaderProcessingContext } from "./Processors/shaderProcessingOptions";
 import { WebGPUShaderProcessingContext } from "./WebGPU/webgpuShaderProcessingContext";
 import { Tools } from "../Misc/tools";
+import "@webgpu/types";
 
 /**
  * Options to load the associated Glslang library

+ 1 - 1
src/tsconfig.json

@@ -1,7 +1,7 @@
 {
     "extends": "../tsconfigRules",
     "compilerOptions": {
-        "types": ["@webgpu/types"],
+        "types": [],
         "baseUrl": "./",
         "rootDir": "./"
     }