initial implementation of spells

This commit is contained in:
2021-04-22 19:14:15 +02:00
parent 126dce828d
commit 8e4f4eedb8
3 changed files with 50 additions and 2 deletions

View File

@ -8,6 +8,6 @@
},
"exclude": ["node_modules"],
"typeAcquisition": {
"exclude": [ "dotenv" ]
"exclude": [ "dotenv", "source-map" ]
},
}