Remove superfluous files
This commit is contained in:
parent
f661ef1fcf
commit
c7f0f7f789
6 changed files with 0 additions and 50463 deletions
1
build.sh
1
build.sh
|
@ -1 +0,0 @@
|
|||
RUSTFLAGS="-C target-cpu=native" cargo build --release
|
16809
inputs.json
16809
inputs.json
File diff suppressed because it is too large
Load diff
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"name": "minesweeper-nojs",
|
||||
"module": "server.ts",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"bun-types": "^0.4.0"
|
||||
}
|
||||
}
|
16816
style.json
16816
style.json
File diff suppressed because it is too large
Load diff
16809
table.json
16809
table.json
File diff suppressed because it is too large
Load diff
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"ESNext"
|
||||
],
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"moduleResolution": "nodenext",
|
||||
"strict": true,
|
||||
"downlevelIteration": true,
|
||||
"skipLibCheck": true,
|
||||
"jsx": "preserve",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"allowJs": true,
|
||||
"types": [
|
||||
"bun-types" // add Bun global
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue