gsplat_library / tsconfig.json
bilca's picture
Create tsconfig.json
5342126 verified
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"outDir": "dist",
"rootDir": "src",
"declaration": true,
"strict": true,
"esModuleInterop": true
},
"include": ["src"]
}