Skip to content

Commit 135102f

Browse files
chore: remove superfluous options
1 parent 9f73956 commit 135102f

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

tsconfig.json

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
// ts-node seems to be unable to deal with extends, which is why we're inlining @tsconfig/strictest and
3-
// @tsconfig/node18
2+
// ts-node seems to be unable to deal with extends, which is why we're inlining @tsconfig/strictest
43
"compilerOptions": {
54
"strict": true,
65
"allowUnusedLabels": false,
@@ -14,20 +13,14 @@
1413
"noUnusedLocals": true,
1514
"noUnusedParameters": true,
1615
"isolatedModules": true,
16+
"checkJs": true,
1717
"esModuleInterop": true,
1818
"skipLibCheck": true,
19-
"resolveJsonModule": true,
20-
"allowImportingTsExtensions": true,
21-
22-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
23-
"module": "NodeNext",
24-
"target": "ES2020",
25-
"moduleResolution": "nodenext",
2619

27-
"checkJs": true,
28-
"noEmit": true
29-
},
30-
"include": [
31-
"src/**/*"
32-
]
20+
"allowImportingTsExtensions": true,
21+
"module": "Node16",
22+
"noEmit": true,
23+
"resolveJsonModule": true
24+
},
25+
"include": ["src/**/*"]
3326
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy