1
0
vrm/tsconfig.json
2024-03-23 00:19:40 +09:00

8 lines
106 B
JSON

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