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,10 +0,0 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"moduleResolution": "node"
},
"exclude": [
"build/",
"node_modules"
]
}