{ "compilerOptions": { "strict": true, "target": "ESNext", "module": "ESNext", "moduleResolution": "node", "noImplicitAny": false, "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl": "./", "outDir": "./dist" }, "include": ["src/**/*"], "exclude": ["**/node_modules", "**/dist", "./app", "**/*.md", "**/rollup.config.js"] }