FieldOps/e2e/tsconfig.json
2026-05-16 12:02:15 +01:00

11 lines
213 B
JSON

{
"extends": "@repo/config/tsconfig/base.json",
"compilerOptions": {
"noEmit": true,
"lib": ["ES2022", "DOM"],
"module": "ESNext",
"moduleResolution": "Bundler"
},
"include": ["**/*.ts"]
}