From 0c6d978442b244ca3f29c1ffdd44b5007ae7ad93 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Wed, 29 Dec 2021 21:24:57 +0100 Subject: separate out visualizer library --- web/pw-visualizer/tsconfig.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 web/pw-visualizer/tsconfig.json (limited to 'web/pw-visualizer/tsconfig.json') diff --git a/web/pw-visualizer/tsconfig.json b/web/pw-visualizer/tsconfig.json new file mode 100644 index 0000000..05358cd --- /dev/null +++ b/web/pw-visualizer/tsconfig.json @@ -0,0 +1,14 @@ +{ + "compilerOptions": { + "target": "esnext", + "useDefineForClassFields": true, + "module": "esnext", + "esModuleInterop": true, + "moduleResolution": "node", + "resolveJsonModule": true, + "baseUrl": ".", + "allowJs": false, + "checkJs": false + }, + "include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte"] +} -- cgit v1.2.3