2025-03-08 08:16:54 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions":
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
"outDir": "../../builds/rokojori-com/",
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"noImplicitAny": true,
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"target": "es2020",
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths":
|
|
|
|
|
{
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"typeRoots": [ "node_modules/@types","node_modules/@types/three/"],
|
2026-04-19 13:52:51 +00:00
|
|
|
"noImplicitAny": false,
|
|
|
|
|
"strictNullChecks": false
|
2025-03-08 08:16:54 +00:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|