1
0
This commit is contained in:
2024-08-06 22:00:24 +09:00
parent f079dfa1d6
commit 255a51cc6f
3 changed files with 12 additions and 7 deletions

View File

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