{ "compilerOptions": { "module": "CommonJS", "moduleResolution": "node", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "ES2022", "jsx": "react-jsx", "sourceMap": true, "outDir": "./dist", "rootDir": "./src", "baseUrl": "./", "incremental": true, "skipLibCheck": true, "strictNullChecks": false, "noImplicitAny": false, "strictBindCallApply": false, "forceConsistentCasingInFileNames": false, "noFallthroughCasesInSwitch": false }, "include": ["src/**/*"], "exclude": [ "node_modules", "dist", "src/**/*.spec.ts", "src/**/*.test.ts", "src/lib/footnote/footnote-corpus.ts" ] }