mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Remove server files
This commit is contained in:
@@ -1,33 +1,3 @@
|
||||
// {
|
||||
// "compilerOptions": {
|
||||
// "module": "esnext",
|
||||
// "target": "esnext",
|
||||
// "skipLibCheck": true,
|
||||
// "lib": ["ESNext", "dom", "dom.iterable"],
|
||||
// "baseUrl": "./src",
|
||||
// "paths": {
|
||||
// "/main/*": ["./src/main/*"],
|
||||
// "/@/*": ["*"]
|
||||
// },
|
||||
// "declaration": true,
|
||||
// "declarationMap": true,
|
||||
// "jsx": "preserve",
|
||||
// "jsxImportSource": "@emotion/react",
|
||||
// "strict": true,
|
||||
// "pretty": true,
|
||||
// "sourceMap": true,
|
||||
// "noUnusedLocals": true,
|
||||
// "noUnusedParameters": true,
|
||||
// "noFallthroughCasesInSwitch": true,
|
||||
// "moduleResolution": "Node",
|
||||
// "esModuleInterop": true,
|
||||
// "outDir": "release/app/dist",
|
||||
// "isolatedModules": false,
|
||||
// "types": ["node"]
|
||||
// },
|
||||
// "exclude": ["test", "release/build", "release/app/dist", ".erb/dll", "server"]
|
||||
// }
|
||||
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2021",
|
||||
|
||||
Reference in New Issue
Block a user