We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdce5a commit 84d4833Copy full SHA for 84d4833
packages/plugin-eslint/mocks/fixtures/todos-app/tsconfig.base.json
@@ -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