restructure, move to TS
This commit is contained in:
8
tsconfig.json
Normal file
8
tsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"allowJs": true,
|
||||
"target": "ES6"
|
||||
},
|
||||
"include": [ "./src/**/*" ]
|
||||
}
|
||||
Reference in New Issue
Block a user