openpanel/packages/ui-tests/tsconfig.declarations.json
Stefan Pejcic 09f9f9502d packages
2024-11-07 19:03:37 +01:00

20 lines
354 B
JSON

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