{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "jsx": "preserve", "moduleResolution": "node", "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "allowJs": true, } }