Settings validation

This commit is contained in:
Isaac
2021-05-17 20:24:00 +01:00
parent 2e679b5693
commit 6a978aa025
6 changed files with 126 additions and 2 deletions

5
jsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"include": [
"src/**/*.js"
]
}