1
0
vrm/tsconfig.json
2024-08-04 17:59:08 +09:00

8 lines
106 B
JSON

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"skipLibCheck": true
}
}