21 lines
303 B
JSON
21 lines
303 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"lib": [
|
|
"ES2022",
|
|
"DOM"
|
|
],
|
|
"types": [
|
|
"node"
|
|
],
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"tests"
|
|
]
|
|
}
|