refactor(testing): transform module override sample to integration test

This commit is contained in:
Leonardo Villela
2021-12-21 00:18:03 +01:00
parent d725aae31c
commit 91d4870323
10 changed files with 19 additions and 13207 deletions

View File

@@ -0,0 +1,17 @@
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}