1
0

clean first

This commit is contained in:
2025-11-21 06:18:38 +09:00
parent 74e5d8d628
commit fd8d153948
15 changed files with 0 additions and 3 deletions

11
first/tsconfig.json Normal file
View File

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