9 lines
158 B
JSON
9 lines
158 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./distTest",
|
|
"allowJs": true
|
|
},
|
|
"include": ["test/**/*.ts", "test/**/*.js"]
|
|
}
|