chore: change dir (prepare to merge)

This commit is contained in:
Methapon2001 2023-11-22 16:16:27 +07:00
parent f3078c47ea
commit 7c55806956
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
31 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "src",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"skipLibCheck": true
}
}