Files
SpacetimeDB/docs/tsconfig.json
T
Nathaniel Richards 603b065b20 Created buildeR
2023-11-28 15:01:39 -05:00

9 lines
130 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"outDir": "./docs",
"skipLibCheck": true
}
}