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.
tsslint.config.ts
1 parent ba16848 commit 31f64a4Copy full SHA for 31f64a4
tsconfig.json
@@ -3,7 +3,10 @@
3
"compilerOptions": {
4
"noEmit": true,
5
},
6
- "include": [ "packages/*/tests" ],
+ "include": [
7
+ "packages/*/tests",
8
+ "tsslint.config.ts"
9
+ ],
10
"references": [
11
{ "path": "./packages/component-meta/tsconfig.json" },
12
{ "path": "./packages/language-server/tsconfig.json" },
tsslint.config.ts
@@ -1,7 +1,7 @@
1
import { defineConfig } from '@tsslint/config';
2
import { convertRules } from '@tsslint/eslint';
import * as path from 'node:path';
-import type ts from 'typescript';
+import type * as ts from 'typescript';
export default defineConfig({
rules: {
0 commit comments