Skip to content
This repository was archived by the owner on Nov 28, 2020. It is now read-only.

Commit 01bceeb

Browse files
committed
update tsconfig.json
1 parent 41d2391 commit 01bceeb

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

Diff for: tsconfig.json

+2-24
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,8 @@
11
{
2+
"extends": "@nuxt/typescript-edge",
23
"compilerOptions": {
3-
"target": "esnext",
4-
"moduleResolution": "node",
5-
"lib": [
6-
"esnext",
7-
"esnext.asynciterable",
8-
"dom"
9-
],
10-
"esModuleInterop": true,
11-
"experimentalDecorators": true,
12-
"jsx": "preserve",
13-
"sourceMap": true,
14-
"strict": true,
15-
"noImplicitAny": false,
16-
"noEmit": true,
17-
"noUnusedLocals": true,
18-
"noUnusedParameters": true,
194
"baseUrl": ".",
20-
"paths": {
21-
"~/*": [
22-
"./*"
23-
],
24-
"@/*": [
25-
"./*"
26-
]
27-
},
5+
"noImplicitAny": false,
286
"types": [
297
"@types/jest",
308
"@types/node",

0 commit comments

Comments
 (0)