Remove TypeScript files created by Bun
This commit is contained in:
parent
662c648f1d
commit
c19fc79c20
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "neocities-leilukin",
|
"name": "neocities-leilukin",
|
||||||
"module": "index.ts",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "bunx @11ty/eleventy --serve --quiet",
|
"start": "bunx @11ty/eleventy --serve --quiet",
|
||||||
"build": "bunx @11ty/eleventy"
|
"build": "bunx @11ty/eleventy"
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
// Enable latest features
|
|
||||||
"lib": ["ESNext", "DOM"],
|
|
||||||
"target": "ESNext",
|
|
||||||
"module": "ESNext",
|
|
||||||
"moduleDetection": "force",
|
|
||||||
"jsx": "react-jsx",
|
|
||||||
"allowJs": true,
|
|
||||||
|
|
||||||
// Bundler mode
|
|
||||||
"moduleResolution": "bundler",
|
|
||||||
"allowImportingTsExtensions": true,
|
|
||||||
"verbatimModuleSyntax": true,
|
|
||||||
"noEmit": true,
|
|
||||||
|
|
||||||
// Best practices
|
|
||||||
"strict": true,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"noFallthroughCasesInSwitch": true,
|
|
||||||
|
|
||||||
// Some stricter flags (disabled by default)
|
|
||||||
"noUnusedLocals": false,
|
|
||||||
"noUnusedParameters": false,
|
|
||||||
"noPropertyAccessFromIndexSignature": false
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue