1
0
vrm/tsconfig.json

8 lines
106 B
JSON
Raw Normal View History

2024-03-18 10:59:59 +00:00
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"skipLibCheck": true
}
}