This commit is contained in:
Opportunity
2019-10-12 12:03:58 +08:00
Unverified
parent 64d491fabb
commit 0623fb320e
69 changed files with 14562 additions and 95 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"include": ["src/**/*"],
"compileOnSave": true,
"compilerOptions": {
"strict": true,
"moduleResolution": "node",
"module": "commonjs",
"target": "es2018",
"outDir": "dist"
}
}