11:40 29/12/2023

This commit is contained in:
2023-12-29 11:40:36 +07:00
parent 6c8d6d98c0
commit 1a4abf2dda
14 changed files with 3689 additions and 83 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"strict": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}