2024-04-23 15:29:38 +00:00
{
"compilerOptions" : {
/ * B a s i c O p t i o n s * /
"target" : "ES2022" / * S p e c i f y E C M A S c r i p t t a r g e t v e r s i o n : ' E S 3 ' ( d e f a u l t ) , ' E S 5 ' , ' E S 2015 ' , ' E S 2016 ' , ' E S 2017 ' , ' E S 2018 ' o r ' E S N E X T ' . * / ,
"module" : "commonjs" / * S p e c i f y m o d u l e c o d e g e n e r a t i o n : ' n o n e ' , ' c o m m o n j s ' , ' a m d ' , ' s y s t e m ' , ' u m d ' , ' e s 2015 ' , o r ' E S N e x t ' . * / ,
2024-07-23 11:19:00 +00:00
"lib" : [ "ES2022" , "dom" ] / * S p e c i f y l i b r a r y f i l e s t o b e i n c l u d e d i n t h e c o m p i l a t i o n . * / ,
2024-04-23 15:29:38 +00:00
"allowJs" : false / * A l l o w j a v a s c r i p t f i l e s t o b e c o m p i l e d . * / ,
"pretty" : true ,
// "checkJs": true, /* Report errors in .js files. */
"jsx" : "preserve" / * S p e c i f y J S X c o d e g e n e r a t i o n : ' p r e s e r v e ' , ' r e a c t - n a t i v e ' , o r ' r e a c t ' . * / ,
// "declaration": true, /* Generates corresponding '.d.ts' file. */
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
"sourceMap" : true / * G e n e r a t e s c o r r e s p o n d i n g ' . m a p ' f i l e . * / ,
// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir" : "../dist/" / * R e d i r e c t o u t p u t s t r u c t u r e t o t h e d i r e c t o r y . * / ,
//"rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */,
// "composite": true, /* Enable project compilation */
"removeComments" : true / * D o n o t e m i t c o m m e n t s t o o u t p u t . * / ,
// "noEmit": true, /* Do not emit outputs. */
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */
// "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */
/ * S t r i c t T y p e - C h e c k i n g O p t i o n s * /
"skipLibCheck" : false / * S k i p t y p e c h e c k i n g o f d e c l a r a t i o n f i l e s . * / ,
"strict" : true / * E n a b l e a l l s t r i c t t y p e - c h e c k i n g o p t i o n s . * / ,
"noImplicitAny" : false / * R a i s e e r r o r o n e x p r e s s i o n s a n d d e c l a r a t i o n s w i t h a n i m p l i e d ' a n y ' t y p e . * / ,
"strictNullChecks" : true / * E n a b l e s t r i c t null c h e c k s . * / ,
"strictFunctionTypes" : true / * E n a b l e s t r i c t c h e c k i n g o f f u n c t i o n t y p e s . * / ,
"strictPropertyInitialization" : false / * E n a b l e s t r i c t c h e c k i n g o f p r o p e r t y i n i t i a l i z a t i o n i n c l a s s e s . * / ,
"noImplicitThis" : true / * R a i s e e r r o r o n ' t h i s ' e x p r e s s i o n s w i t h a n i m p l i e d ' a n y ' t y p e . * / ,
// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
/ * A d d i t i o n a l C h e c k s * /
"noUnusedLocals" : false / * R e p o r t e r r o r s o n u n u s e d l o c a l s . * / ,
"noUnusedParameters" : false / * R e p o r t e r r o r s o n u n u s e d p a r a m e t e r s . * / ,
"noImplicitReturns" : true / * R e p o r t e r r o r w h e n n o t a l l c o d e p a t h s i n f u n c t i o n r e t u r n a v a l u e . * / ,
"noFallthroughCasesInSwitch" : true / * R e p o r t e r r o r s f o r f a l l t h r o u g h c a s e s i n s w i t c h s t a t e m e n t . * / ,
/ * M o d u l e R e s o l u t i o n O p t i o n s * /
"moduleResolution" : "node" / * S p e c i f y m o d u l e r e s o l u t i o n s t r a t e g y : ' n o d e ' ( N o d e . j s ) o r ' c l a s s i c ' ( T y p e S c r i p t p r e -1.6 ) . * / ,
//"baseUrl": "./" /* Base directory to resolve non-absolute module names. */,
"paths" : {
/ * A s e r i e s o f e n t r i e s w h i c h r e - m a p i m p o r t s t o l o o k u p l o c a t i o n s r e l a t i v e t o t h e ' b a s e U r l ' . * /
"@/*" : [ "./src/*" ] ,
"@shared/*" : [ "../shared/lib/*" ]
} ,
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [] /* List of folders to include type definitions from. */,
// "types": [], /* Type declaration files to be included in compilation. */
"allowSyntheticDefaultImports" : true / * A l l o w d e f a u l t i m p o r t s f r o m m o d u l e s w i t h n o d e f a u l t e x p o r t . T h i s d o e s n o t a f f e c t c o d e e m i t , j u s t t y p e c h e c k i n g . * / ,
"esModuleInterop" : true / * E n a b l e s e m i t i n t e r o p e r a b i l i t y b e t w e e n C o m m o n J S a n d E S M o d u l e s v i a c r e a t i o n o f n a m e s p a c e o b j e c t s f o r a l l i m p o r t s . I m p l i e s ' a l l o w S y n t h e t i c D e f a u l t I m p o r t s ' . * / ,
"forceConsistentCasingInFileNames" : true ,
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
/ * S o u r c e M a p O p t i o n s * /
// "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */
// "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
// "inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */
// "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */
/ * E x p e r i m e n t a l O p t i o n s * /
"experimentalDecorators" : true / * E n a b l e s e x p e r i m e n t a l s u p p o r t f o r E S 7 d e c o r a t o r s . * / ,
"emitDecoratorMetadata" : true / * E n a b l e s e x p e r i m e n t a l s u p p o r t f o r e m i t t i n g t y p e m e t a d a t a f o r d e c o r a t o r s . * / ,
/ * A d v a n c e d O p t i o n s * /
"resolveJsonModule" : true / * I n c l u d e m o d u l e s i m p o r t e d w i t h ' . j s o n ' e x t e n s i o n * / ,
"suppressImplicitAnyIndexErrors" : false
} ,
"exclude" : [
"src/**/__tests__/*" ,
"src/**/*.mock.*" ,
"src/**/*.test.*" ,
2024-07-23 11:19:00 +00:00
"node_modules" ,
"src/**/firebird/*" ,
"src/**/CreateDealer.useCase.ts" ,
"src/**/UpdateDealer.useCase.ts" ,
"src/**/createDealer/*" ,
"src/**/updateDealer/*" ,
"src/**/deleteDealer/*"
2024-04-23 15:29:38 +00:00
]
}