OpenPanel/packages/react-router-v6/tsconfig.declarations.json
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02:00

23 lines
509 B
JSON

{
"extends": "./tsconfig.json",
// "files": ["src/index.ts", "src/legacy/index.ts"],
"exclude": [
"node_modules",
"dist",
"test",
"../test/**/*",
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx"
],
"compilerOptions": {
"outDir": "dist",
"declarationDir": "dist",
"declaration": true,
"emitDeclarationOnly": true,
"noEmit": false,
"declarationMap": true
}
}