mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-16 12:48:20 -04:00
9 lines
132 B
JSON
9 lines
132 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "./docs"
|
|
},
|
|
"include": ["nav.ts"]
|
|
}
|