Skip to content

Commit

Permalink
Showing 2 changed files with 10 additions and 29 deletions.
26 changes: 6 additions & 20 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"version": "0.2",
"language": "en",
"dictionaries": [
"softwareTerms",
"typescript",
"node",
"filetypes",
"npm"
],
"dictionaries": ["softwareTerms", "typescript", "node", "filetypes", "npm"],
"words": [
"FODT",
"FODP",
@@ -24,17 +18,9 @@
"typecheck",
"Kinyarwanda",
"unmocked",
"lcov",
],
"ignoreWords": [
"xddt",
],
"flagWords": [
"hte"
"lcov"
],
"ignorePaths": [
"tsconfig.tsbuildinfo",
"coverage",
"cspell.json"
]
}
"ignoreWords": ["xddt"],
"flagWords": ["hte"],
"ignorePaths": ["tsconfig.tsbuildinfo", "coverage", "cspell.json"]
}
13 changes: 4 additions & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -13,10 +13,7 @@
"module": "CommonJS",
"checkJs": true,
"strict": true,
"types": [
"node",
"jest"
],
"types": ["node", "jest"],
"declaration": true,
"incremental": true,
"noImplicitReturns": true,
@@ -27,9 +24,7 @@
"skipLibCheck": false,
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"sourceMap": true,
"sourceMap": true
},
"include": [
"src/**/*"
]
}
"include": ["src/**/*"]
}

0 comments on commit 9c7c762

Please sign in to comment.