1
0
vrm/tsconfig.json

12 lines
138 B
JSON
Raw Permalink Normal View History

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