11 lines
226 B
JSON
Executable File
11 lines
226 B
JSON
Executable File
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM"],
|
|
"types": ["node", "jest", "jsdom"],
|
|
"rootDir": ".",
|
|
},
|
|
"include": ["tests/**/*", "src/**/*"],
|
|
"exclude": ["node_modules"],
|
|
}
|