Skip to content

Commit fedbe58

Browse files
committed
fix: update tsconfig.json
1 parent c801828 commit fedbe58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
"sourceMap": true,
1616
"tsBuildInfoFile": "./.cache/tsbuildinfo",
1717
"incremental": true,
18-
"rootDir": "./src",
1918
"typeRoots": ["./node_modules/@types", "./typings"],
2019
"downlevelIteration": true
2120
},
2221
"include": ["./src/**/*.ts"],
23-
"exclude": ["test"]
22+
"exclude": ["test", "lib", "ci", "doc"]
2423
}

0 commit comments

Comments
 (0)