bring back vscode-colorize-tests

This commit is contained in:
João Moreno
2021-01-19 11:38:43 +01:00
parent 0e7f3d0d8c
commit af2bcd4d46
186 changed files with 160339 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"extends": "../shared.tsconfig.json",
"compilerOptions": {
"outDir": "./out"
},
"include": [
"src/**/*"
]
}