We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b51665 commit 3633e6cCopy full SHA for 3633e6c
.vscode/settings.json
@@ -1,5 +1,6 @@
1
{
2
"telemetry.enableCrashReporter": false,
3
"telemetry.enableTelemetry": false,
4
- "tslint.autoFixOnSave": true
+ "tslint.autoFixOnSave": true,
5
+ "typescript.tsdk": "node_modules/typescript/lib"
6
}
package.json
@@ -41,7 +41,7 @@
41
"clean": "trash dist",
42
"coverage": "npm run test -- --coverage",
43
"coverage:watch": "npm run coverage -- --watch",
44
- "lint": "npm run lint:file -- '*.ts' 'src/**/*.ts'",
+ "lint": "npm run lint:file -- '*.ts' 'src/**/*.ts{,x}'",
45
"lint:file": "tslint --project tsconfig.json",
46
"test": "jest",
47
"test:watch": "npm run test -- --watch",
0 commit comments