mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Remove server files
This commit is contained in:
parent
e87c814068
commit
325bf54abe
13 changed files with 10 additions and 958 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue