This commit is contained in:
2026-03-25 01:12:37 +07:00
commit e07a04cedc
10 changed files with 330 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"compilerOptions": {
"allowJs": true,
"target": "es2022",
"module": "commonjs",
"esModuleInterop": true,
"rootDir": "./src/",
"outDir": "./dist/",
"strict": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"removeComments": true,
"noEmit": true
},
"exclude": [
"./dist/",
"./out/",
"./bin/",
"./demo/",
]
}