Source code
Revision control
Copy as Markdown
Other Tools
{
"extends": "<%= tsConfigPath %>",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"rootDir": "tests/",
"outDir": "build/",
"types": ["<%= testRunner %>"]
},
"include": ["tests/**/*.ts"]
}