forked from liweijie/education
14 lines
193 B
JSON
14 lines
193 B
JSON
{
|
|
"extends": "@ljharb/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"checkJs": false,
|
|
"maxNodeModuleJsDepth": 0
|
|
},
|
|
"exclude": [
|
|
"coverage",
|
|
"bench",
|
|
"test/bundle.js"
|
|
]
|
|
}
|