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 d96316e commit 185c74fCopy full SHA for 185c74f
tsconfig.json
@@ -7,6 +7,14 @@
7
"outDir": "./dist/",
8
"module": "CommonJS",
9
"esModuleInterop": true,
10
+
11
+ // strict check
12
+ "strictBindCallApply": true,
13
+ "preserveConstEnums": true,
14
+ "downlevelIteration": false,
15
+ "noImplicitThis": true,
16
+ "strictFunctionTypes": true,
17
18
"typeRoots": ["./typings", "./node_modules/@types"],
19
"paths": {
20
"@hackmd/diff-match-patch": ["./typings/diff-match-patch/"]
0 commit comments