platform-codebase/@packages/@testing/test-utils/tsconfig.json
2026-02-23 16:52:53 -08:00

13 lines
345 B
JSON
Executable file

{
"extends": "@lilith/configs/typescript/react",
"compilerOptions": {
"composite": true,
"outDir": "dist",
"rootDir": "src",
"types": ["vitest/globals", "@testing-library/jest-dom"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}