1
0

add planet

This commit is contained in:
2024-08-05 18:40:46 +09:00
parent f5fa7a9a0c
commit 5c79c64679
6 changed files with 175 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"
]
}