Skip to content

Commit 8636c63

Browse files
committed
build: added missing file
1 parent 2bcda53 commit 8636c63

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

apps/nuxt2/tsconfig.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"compilerOptions": {
3+
"target": "ES2018",
4+
"module": "ESNext",
5+
"moduleResolution": "Node",
6+
"lib": ["ESNext", "ESNext.AsyncIterable", "DOM"],
7+
"esModuleInterop": true,
8+
"allowJs": true,
9+
"sourceMap": true,
10+
"strict": true,
11+
"noEmit": true,
12+
"experimentalDecorators": true,
13+
"baseUrl": ".",
14+
"paths": {
15+
"~/*": ["./*"],
16+
"@/*": ["./*"]
17+
},
18+
"types": ["@nuxt/types", "@types/node"]
19+
},
20+
"exclude": ["node_modules", ".nuxt", "dist"]
21+
}

0 commit comments

Comments
 (0)