Add tysconfig.json

pull/73/head
MillenniumEarl 2021-02-13 15:11:43 +01:00
parent 6779eaf0ae
commit a74425ed15
1 changed files with 10 additions and 0 deletions

10
tsconfig.json Normal file
View File

@ -0,0 +1,10 @@
{
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"target": "es5"
},
"include": [
"./src/**/*"
]
}