clean typescript config

This commit is contained in:
Amaury
2021-06-29 18:01:45 +02:00
parent 17c84dfca6
commit e5a0cc88c4
5 changed files with 85 additions and 36 deletions

View File

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