1
0

add planet

This commit is contained in:
2024-08-05 18:40:46 +09:00
parent f5fa7a9a0c
commit e5b3ebd080
5 changed files with 160 additions and 125 deletions

View File

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