From 0be357bb60a2bc4523056aba34add78b715211f5 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 19 Dec 2023 13:08:22 -0500 Subject: Add fig-frontend --- fig-frontend/client/tsconfig.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 fig-frontend/client/tsconfig.json (limited to 'fig-frontend/client/tsconfig.json') diff --git a/fig-frontend/client/tsconfig.json b/fig-frontend/client/tsconfig.json new file mode 100644 index 0000000..d529f64 --- /dev/null +++ b/fig-frontend/client/tsconfig.json @@ -0,0 +1,18 @@ +{ + "compilerOptions": { + "rootDir": "./src", + "module": "esnext", + "moduleResolution": "node", + "target": "es6", + "lib": ["ESNext", "dom"], + "skipLibCheck": true, + "useDefineForClassFields": false, + "experimentalDecorators": true, + "strictPropertyInitialization": false, + "noImplicitAny": true, + "strictNullChecks": true, + "removeComments": true, + "preserveConstEnums": true, + "sourceMap": true + } +} -- cgit v1.2.3