first commit

This commit is contained in:
2021-02-08 11:43:23 +08:00
parent 7871282709
commit 4d5ad8d9bc
15 changed files with 1757 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"lib": ["es6"],
"sourceMap": true,
"rootDir": "src",
"strict": false
},
"exclude": ["node_modules", ".vscode-test"]
}