Skip to content

Commit 84d4833

Browse files
committed
test(plugin-eslint): add tsconfig for todos-app
@code-pushup/cli-source:code-pushup task (run in CI) fails without it
1 parent 1bdce5a commit 84d4833

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"compileOnSave": false,
3+
"compilerOptions": {
4+
"rootDir": ".",
5+
"sourceMap": true,
6+
"declaration": false,
7+
"moduleResolution": "node",
8+
"emitDecoratorMetadata": true,
9+
"experimentalDecorators": true,
10+
"importHelpers": true,
11+
"target": "ES2022",
12+
"module": "esnext",
13+
"lib": ["ES2022", "dom"],
14+
"skipLibCheck": true,
15+
"skipDefaultLibCheck": true,
16+
"baseUrl": "."
17+
},
18+
"exclude": ["node_modules", "tmp"]
19+
}

0 commit comments

Comments
 (0)