From 3b4936b6f2b870f9f2444ebb6ce1ca2de3f49d9f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:54:31 +0200 Subject: Adding upstream version 1.7.4. Signed-off-by: Daniel Baumann --- html/tsconfig.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 html/tsconfig.json (limited to 'html/tsconfig.json') diff --git a/html/tsconfig.json b/html/tsconfig.json new file mode 100644 index 0000000..b2ce557 --- /dev/null +++ b/html/tsconfig.json @@ -0,0 +1,18 @@ +{ + "extends": "./node_modules/gts/tsconfig-google.json", + "compilerOptions": { + "moduleResolution": "node", + "esModuleInterop": true, + "jsx": "react", + "jsxFactory": "h", + "allowJs": true, + "noImplicitAny": false, + "declaration": false, + "experimentalDecorators": true, + "strictPropertyInitialization": false, + }, + "include": [ + "src/**/*.tsx", + "src/**/*.ts" + ] +} -- cgit v1.2.3