From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- dom/webgpu/tests/cts/checkout/node.tsconfig.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dom/webgpu/tests/cts/checkout/node.tsconfig.json (limited to 'dom/webgpu/tests/cts/checkout/node.tsconfig.json') diff --git a/dom/webgpu/tests/cts/checkout/node.tsconfig.json b/dom/webgpu/tests/cts/checkout/node.tsconfig.json new file mode 100644 index 0000000000..74707d408d --- /dev/null +++ b/dom/webgpu/tests/cts/checkout/node.tsconfig.json @@ -0,0 +1,20 @@ +// Typescript configuration for compile sources and +// dependent files for usage directly with Node.js. This +// is useful for running scripts in tools/ directly with Node +// without including extra dependencies. +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "module": "commonjs", + "incremental": false, + "noEmit": false, + "declaration": false, + }, + + "exclude": [ + "src/common/runtime/wpt.ts", + "src/common/runtime/standalone.ts", + "src/common/runtime/helper/test_worker.ts", + "src/webgpu/web_platform/worker/worker_launcher.ts" + ] +} -- cgit v1.2.3