1
0
vrm/tsconfig.json

12 lines
138 B
JSON
Raw Permalink Normal View History

2024-03-18 19:59:59 +09:00
{
2024-08-05 18:40:46 +09:00
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"skipLibCheck": true
},
"exclude": [
"min-*",
"planet"
]
2024-03-18 19:59:59 +09:00
}