The game kit: the shared infrastructure of Wiz-War and Waving Hands as a template
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0141G6xqLeNRYEtviLWSB5Up
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2022",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"noEmit": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"types": [
|
||||
"node"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"../src/lib/game/**/*.ts",
|
||||
"../src/lib/net/view.ts",
|
||||
"../deploy/replay-ledgers.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"../src/lib/game/*.test.ts",
|
||||
"../src/lib/game/*.svelte.ts",
|
||||
"../src/lib/game/test-helpers.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user