adding freight web and holding
This commit is contained in:
@@ -1,33 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
// Enable latest features
|
||||
"lib": ["ESNext"],
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleDetection": "force",
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "@star-kitten/discord",
|
||||
"allowJs": true,
|
||||
|
||||
// Bundler mode
|
||||
"moduleResolution": "bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"noEmit": true,
|
||||
|
||||
// Best practices
|
||||
"strict": false,
|
||||
"skipLibCheck": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
|
||||
// Some stricter flags (disabled by default)
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
|
||||
"typeRoots": ["./node_modules/@types", "./types"]
|
||||
}
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./packages/discord" },
|
||||
{ "path": "./packages/eve" },
|
||||
{ "path": "./packages/util" },
|
||||
{ "path": "./packages/eve-bot" },
|
||||
{ "path": "./packages/freight-web" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user