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 678362e commit cd30801Copy full SHA for cd30801
tsconfig.json
@@ -1,6 +1,5 @@
1
{
2
"compilerOptions": {
3
- // "forceConsistentCasingInFileNames": true,
4
"declaration": true,
5
"alwaysStrict": true,
6
"sourceMap": true,
@@ -12,16 +11,13 @@
12
11
"resolveJsonModule": true,
13
"module": "nodenext",
14
"moduleResolution": "nodenext",
15
- // "isolatedModules": true,
16
"strictNullChecks": true,
17
"stripInternal": true,
18
"noFallthroughCasesInSwitch": true,
19
"noEmitOnError": true,
20
- // by pass issue: Could not find a declaration file for module 'buffer-layout' for now.
21
"skipLibCheck": true,
22
23
"outDir": "dist",
24
- // "rootDir": "./src",
25
"rootDirs": ["./src", "test"]
26
},
27
"include": ["src", "test"],
0 commit comments