mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 03:08:40 -04:00
96710dab99
* First commit to test images * Progress on the unity tutorial * moar docs * Part 3 incoming * Part 3 and almost part 4! * Finalized part 4 and deleted unused files * Small fixes and clarifications * Review typos and fixes * Fixed link validation for images * Removed the reference to an image which is going to be moving * Fixed the tsconfig issue (it was not actually using the tsconfig) * Shortened titles * Just testing something * Undo change * Consistent headers * Commenting out images for now * Missed an image
12 lines
203 B
JSON
12 lines
203 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"outDir": "./docs",
|
|
"esModuleInterop": false,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["nav.ts"]
|
|
}
|