platform-codebase/@packages/@hooks/messaging-hooks/tsconfig.json

13 lines
323 B
JSON
Executable file

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"declarationMap": true,
"jsx": "react-jsx",
"lib": ["ES2020", "DOM"]
},
"include": ["src"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx"]
}