1
0

clean first

This commit is contained in:
2025-11-21 06:18:38 +09:00
parent cb720251e7
commit 06946dd203
43 changed files with 20 additions and 415 deletions

11
first/tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"skipLibCheck": true
},
"exclude": [
"min-*",
"planet"
]
}