diff options
author | WlodekM <[email protected]> | 2024-08-09 20:46:04 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-08-09 20:46:04 +0300 |
commit | 80d45efdf7fe6204de5378b2e5536d241d9996df (patch) | |
tree | d602a536ecd4ed6e6f4b86bf8c68499c873297e3 /jsconfig.json | |
parent | 87cb115ac9d37199c9da8487a3810c98544ac240 (diff) |
v1.3.0 (also use prettier (bad idea (why doesnt it have an undo command) ) )
Diffstat (limited to 'jsconfig.json')
-rw-r--r-- | jsconfig.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/jsconfig.json b/jsconfig.json index 238655f..dfef62d 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,27 +1,27 @@ { - "compilerOptions": { - // Enable latest features - "lib": ["ESNext", "DOM"], - "target": "ESNext", - "module": "ESNext", - "moduleDetection": "force", - "jsx": "react-jsx", - "allowJs": true, + "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, + // Bundler mode + "moduleResolution": "bundler", + "allowImportingTsExtensions": true, + "verbatimModuleSyntax": true, + "noEmit": true, - // Best practices - "strict": true, - "skipLibCheck": true, - "noFallthroughCasesInSwitch": true, + // Best practices + "strict": true, + "skipLibCheck": true, + "noFallthroughCasesInSwitch": true, - // Some stricter flags (disabled by default) - "noUnusedLocals": false, - "noUnusedParameters": false, - "noPropertyAccessFromIndexSignature": false - } + // Some stricter flags (disabled by default) + "noUnusedLocals": false, + "noUnusedParameters": false, + "noPropertyAccessFromIndexSignature": false + } } |