Skip to content

Commit 5f2854f

Browse files
authored
fix: turbo generator template
1 parent b49452d commit 5f2854f

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed
Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
{ "extends": "tsconfig/base.json", "compilerOptions": { "outDir": "dist",
2-
"skipLibCheck": true, "skipDefaultLibCheck": true, "declaration": true,
3-
"inlineSourceMap": true, "target": "ES2020", "module": "CommonJS", "noEmit":
4-
false }, "include": ["src/**/*.ts"], "exclude": ["node_modules"] }
1+
{
2+
"extends": "tsconfig/base.json",
3+
"compilerOptions": {
4+
"outDir": "dist",
5+
"skipLibCheck": true,
6+
"skipDefaultLibCheck": true,
7+
"declaration": true,
8+
"inlineSourceMap": true,
9+
"target": "ES2020",
10+
"module": "CommonJS",
11+
"noEmit": false
12+
},
13+
"include": ["src/**/*.ts"],
14+
"exclude": ["node_modules"]
15+
}

0 commit comments

Comments
 (0)