Clean the typescript config

This commit is contained in:
Amaury
2021-06-29 17:50:27 +02:00
parent d89541fe3a
commit 9c034a6100
4 changed files with 82 additions and 31 deletions

View File

@ -1,7 +1,6 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true
}
},
"files": ["./index-spec.ts"]
}