{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "verbatimModuleSyntax": true, "skipLibCheck": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmit": true }, "include": ["*.ts", "**/*.ts"], "exclude": ["node_modules"] }