platform-codebase/@packages/@testing/mocks/tsconfig.json

17 lines
269 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.base.json",
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist"
],
"compilerOptions": {
"noEmit": true,
"moduleResolution": "bundler",
"module": "ESNext",
"lib": ["ES2022", "DOM"]
}
}