library-ts/browser/tsconfig.json

20 lines
312 B
JSON
Raw Permalink Normal View History

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/"],
}
}