platform-codebase/@packages/@testing/test-utils/tsconfig.json

11 lines
269 B
JSON
Executable file

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"composite": true,
"outDir": "dist",
"rootDir": "src",
"types": ["vitest/globals", "@testing-library/jest-dom"]
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}