mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 16:08:16 +08:00
11 lines
138 B
JSON
11 lines
138 B
JSON
{
|
|
"extends": "@ljharb/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
},
|
|
"exclude": [
|
|
"coverage",
|
|
"test/list-exports"
|
|
],
|
|
}
|