Skip to content

Commit 05f1ab1

Browse files
committed
build(tsconfig): adapt for @pika/pack
1 parent 55ccb89 commit 05f1ab1

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

tsconfig.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
{
22
"compilerOptions": {
3-
"allowJs": false,
4-
"module": "commonjs",
5-
"outDir": "./lib",
6-
"pretty": true,
7-
"sourceMap": true,
8-
"strict": true,
9-
"target": "es2015",
10-
"declaration": true
3+
"target": "es2018",
4+
"module": "esnext",
5+
"moduleResolution": "node",
6+
"strict": true
117
},
12-
"include": [
13-
"src/**/*"
14-
]
8+
"include": ["src/index.ts"]
159
}

0 commit comments

Comments
 (0)