mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 22:08:16 +08:00
11 lines
264 B
JSON
11 lines
264 B
JSON
|
{
|
||
|
"extends": "@ljharb/tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"target": "es2021", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
|
||
|
},
|
||
|
"exclude": [
|
||
|
"coverage",
|
||
|
"test/list-exports"
|
||
|
],
|
||
|
}
|