{ "compilerOptions": { "composite": true, "declaration": true /* Generates corresponding '.d.ts' file. */, "esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */, "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */, "module": "Node16", "moduleResolution": "Node16" /* Required for exports to work */, "outDir": "./dist" /* Specify an output folder for all emitted files. */, "resolveJsonModule": true, "rootDir": "./src" /* Specify the root folder within your source files. */, "skipLibCheck": true /* Skip type checking all .d.ts files. */, "target": "ESNext" }, "exclude": [ "dist", "build", "tests", "test", "node_modules", ".eslintrc.js", "**/*.spec.js", "**/*.spec.jsx", "**/*.spec.ts", "**/*.spec.tsx" ] }