UNPKG

@roxi/routify

Version:

35 lines (34 loc) 793 B
{ "compilerOptions": { "module": "ES2022", "checkJs": true, "allowJs": true, "declaration": true, "moduleResolution": "Node", "rootDirs": ["."], "target": "ES2017", "declarationDir": "typings", "emitDeclarationOnly": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "types": ["probs"] }, "include": [ "types/**/*.js", "lib/**/*.js", "plugins/**/*.js" ], "exclude": [ "**/tmp/*", "**/.history/*", "examples", "site", "jest.config.js", "lib/extra/vite-plugin/assets", "typings", "**/test/**", "**/spec/**", "**/*.spec.*", "**/*.test.*" ] }