11 lines
201 B
JSON
11 lines
201 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": true,
|
||
|
|
"rootDir": ".",
|
||
|
|
"types": ["node"],
|
||
|
|
"lib": ["ES2023", "DOM", "DOM.Iterable"]
|
||
|
|
},
|
||
|
|
"include": ["src", "test"]
|
||
|
|
}
|