Skip to content

Commit 3633e6c

Browse files
committed
Enhancements
1 parent 8b51665 commit 3633e6c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"telemetry.enableCrashReporter": false,
33
"telemetry.enableTelemetry": false,
4-
"tslint.autoFixOnSave": true
4+
"tslint.autoFixOnSave": true,
5+
"typescript.tsdk": "node_modules/typescript/lib"
56
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"clean": "trash dist",
4242
"coverage": "npm run test -- --coverage",
4343
"coverage:watch": "npm run coverage -- --watch",
44-
"lint": "npm run lint:file -- '*.ts' 'src/**/*.ts'",
44+
"lint": "npm run lint:file -- '*.ts' 'src/**/*.ts{,x}'",
4545
"lint:file": "tslint --project tsconfig.json",
4646
"test": "jest",
4747
"test:watch": "npm run test -- --watch",

0 commit comments

Comments
 (0)