immersive-home/docs/tsconfig.json

9 lines
137 B
JSON
Raw Permalink Normal View History

2024-03-16 19:45:43 +02:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"types": [
"node"
]
}
}