{"compilerOptions":{/*Visithttps://aka.ms/tsconfig.jsontoreadmoreaboutthisfile*//*Projects*///"incremental":true,/*Enableincrementalcompilation*///"composite":true,/*EnableconstraintsthatallowaTypeScriptprojecttobeusedwithprojectreferences.*///"tsBuildInfoFile":"./",/*Specifythefolderfor.tsbuildinfoincrementalcompilationfiles.*///"disableSourceOfProjectReferenceRedirect":true,/*Disablepreferringsourcefilesinsteadofdeclarationfileswhenreferencingcompositeprojects*///"disableSolutionSearching":true,/*Optaprojectoutofmulti-projectreferencecheckingwhenediting.*///"disableReferencedProjectLoad":true,/*ReducethenumberofprojectsloadedautomaticallybyTypeScript.*//*LanguageandEnvironment*/"target":"ESNext",/*SettheJavaScriptlanguageversionforemittedJavaScriptandincludecompatiblelibrarydeclarations.*///"lib":[],/*Specifyasetofbundledlibrarydeclarationfilesthatdescribethetargetruntimeenvironment.*/"jsx":"react",/*SpecifywhatJSXcodeisgenerated.*/"experimentalDecorators":true,/*EnableexperimentalsupportforTC39stage2draftdecorators.*///"emitDecoratorMetadata":true,/*Emitdesign-typemetadatafordecorateddeclarationsinsourcefiles.*///"jsxFactory":"h",/*SpecifytheJSXfactoryfunctionusedwhentargetingReactJSXemit,e.g.'React.createElement'or'h'*///"jsxFragmentFactory":"Fragment",/*SpecifytheJSXFragmentreferenceusedforfragmentswhentargetingReactJSXemite.g.'React.Fragment'or'Fragment'.*///"jsxImportSource":"",/*SpecifymodulespecifierusedtoimporttheJSXfactoryfunctionswhenusing`jsx:react-jsx*`.`*///"reactNamespace":"",/*Specifytheobjectinvokedfor`createElement`.Thisonlyapplieswhentargeting`react`JSXemit.*///"noLib":true,/*Disableincludinganylibraryfiles,includingthedefaultlib.d.ts.*///"useDefineForClassFields":true,/*EmitECMAScript-standard-compliantclassfields.*//*Modules*/"module":"ESNext",/*Specifywhatmodulecodeisgenerated.*///"rootDir":"./",/*Specifytherootfolderwithinyoursourcefiles.*/"moduleResolution":"node",/*SpecifyhowTypeScriptlooksupafilefromagivenmodulespecifier.*/"baseUrl":"./",/*Specifythebasedirectorytoresolvenon-relativemodulenames.*/"paths":{"@/*":["./src/*"],},/*Specifyasetofentriesthatre-mapimportstoadditionallookuplocations.*///"rootDirs":[],/*Allowmultiplefolderstobetreatedasonewhenresolvingmodules.*///"typeRoots":[],/*Specifymultiplefoldersthatactlike`./node_modules/@types`.*/"types":["node","jest"],/*Specifytypepackagenamestobeincludedwithoutbeingreferencedinasourcefile.*///"allowUmdGlobalAccess":true,/*AllowaccessingUMDglobalsfrommodules.*///"resolveJsonModule":true,/*Enableimporting.jsonfiles*///"noResolve":true,/*Disallow`import`s,`require`sor`<reference>`sfromexpandingthenumberoffilesTypeScriptshouldaddtoaproject.*//*JavaScriptSupport*/"allowJs":false,/*AllowJavaScriptfilestobeapartofyourprogram.Usethe`checkJS`optiontogeterrorsfromthesefiles.*/"checkJs":false,/*Enableerrorreportingintype-checkedJavaScriptfiles.*///"maxNodeModuleJsDepth":1,/*SpecifythemaximumfolderdepthusedforcheckingJavaScriptfilesfrom`node_modules`.Onlyapplicablewith`allowJs`.*//*Emit*/"declaration":false,/*Generate.d.tsfilesfromTypeScriptandJavaScriptfilesinyourproject.*///"declarationMap":true,/*Createsourcemapsford.tsfiles.*///"emitDeclarationOnly":true,/*Onlyoutputd.tsfilesandnotJavaScriptfiles.*/"sourceMap":false,/*CreatesourcemapfilesforemittedJavaScriptfiles.*///"outFile":"./",/*SpecifyafilethatbundlesalloutputsintooneJavaScriptfile.If`declaration`istrue,alsodesignatesafilethatbundlesall.d.tsoutput.*///"outDir":"./",/*Specifyanoutputfolderforallemittedfiles.*/"removeComments":true,/*Disableemittingcomments.*///"noEmit":true,/*Disableemittingfilesfromacompilation.*///"importHelpers":true,/*Allowimportinghelperfunctionsfromtslibonceperproject,insteadofincludingthemper-file.*///"importsNotUsedAsValues":"remove",/*Specifyemit/checkingbehaviorforimportsthatareonlyusedfortypes*///"downlevelIteration":true,/*Emitmorecompliant,butverboseandlessperformantJavaScriptforiteration.*///"sourceRoot":"",/*Specifytherootpathfordebuggerstofindthereferencesourcecode.*///"mapRoot":"",/*Specifythelocationwheredebuggershouldlocatemapfilesinsteadofgeneratedlocations.*///"inlineSourceMap":true,/*IncludesourcemapfilesinsidetheemittedJavaScript.*///"inlineSources":true,/*IncludesourcecodeinthesourcemapsinsidetheemittedJavaScript.*///"emitBOM":true,/*EmitaUTF-8ByteOrderMark(BOM)inthebeginningofoutputfiles.*///"newLine":"crlf",/*Setthenewlinecharacterforemittingfiles.*///"stripInternal":true,/*Disableemittingdeclarationsthathave`@internal`intheirJSDoccomments.*///"noEmitHelpers":true,/*Disablegeneratingcustomhelperfunctionslike`__extends`incompiledoutput.*///"noEmitOnError":true,/*Disableemittingfilesifanytypecheckingerrorsarereported.*///"preserveConstEnums":true,/*Disableerasing`constenum`declarationsingeneratedcode.*///"declarationDir":"./lib",/*Specifytheoutputdirectoryforgenerateddeclarationfiles.*//*InteropConstraints*///"isolatedModules":true,/*Ensurethateachfilecanbesafelytranspiledwithoutrelyingonotherimports.*///"allowSyntheticDefaultImports":true,/*Allow'importxfromy'whenamoduledoesn'thaveadefaultexport.*/"esModuleInterop":true,/*EmitadditionalJavaScripttoeasesupportforimportingCommonJSmodules.Thisenables`allowSyntheticDefaultImports`fortypecompatibility.*///"preserveSymlinks":true,/*Disableresolvingsymlinkstotheirrealpath.Thiscorrelatestothesameflaginnode.*/"forceConsistentCasingInFileNames":true,/*Ensurethatcasingiscorrectinimports.*//*TypeChecking*/"strict":false,/*Enableallstricttype-checkingoptions.*/"noImplicitAny":false,/*Enableerrorreportingforexpressionsanddeclarationswithanimplied`any`type..*///"strictNullChecks":true,/*Whentypechecking,takeintoaccount`null`and`undefined`.*///"strictFunctionTypes":true,/*Whenassigningfunctions,checktoensureparametersandthereturnvaluesaresubtype-compatible.*///"strictBindCallApply":true,/*Checkthattheargumentsfor`bind`,`call`,and`apply`methodsmatchtheoriginalfunction.*///"strictPropertyInitialization":true,/*Checkforclasspropertiesthataredeclaredbutnotsetintheconstructor.*///"noImplicitThis":true,/*Enableerrorreportingwhen`this`isgiventhetype`any`.*///"useUnknownInCatchVariables":true,/*Typecatchclausevariablesas'unknown'insteadof'any'.*///"alwaysStrict":true,/*Ensure'usestrict'isalwaysemitted.*///"noUnusedLocals":true,/*Enableerrorreportingwhenalocalvariablesaren'tread.*///"noUnusedParameters":true,/*Raiseanerrorwhenafunctionparameterisn'tread*///"exactOptionalPropertyTypes":true,/*Interpretoptionalpropertytypesaswritten,ratherthanadding'undefined'.*///"noImplicitReturns":true,/*Enableerrorreportingforcodepathsthatdonotexplicitlyreturninafunction.*///"noFallthroughCasesInSwitch":true,/*Enableerrorreportingforfallthroughcasesinswitchstatements.*///"noUncheckedIndexedAccess":true,/*Include'undefined'inindexsignatureresults*///"noImplicitOverride":true,/*Ensureoverridingmembersinderivedclassesaremarkedwithanoverridemodifier.*///"noPropertyAccessFromIndexSignature":true,/*Enforcesusingindexedaccessorsforkeysdeclaredusinganindexedtype*///"allowUnusedLabels":true,/*Disableerrorreportingforunusedlabels.*///"allowUnreachableCode":true,/*Disableerrorreportingforunreachablecode.*//*Completeness*///"skipDefaultLibCheck":true,/*Skiptypechecking.d.tsfilesthatareincludedwithTypeScript.*/"skipLibCheck":true,/*Skiptypecheckingall.d.tsfiles.*/"plugins":[{"transform":"typescript-transform-paths"},{"transform":"typescript-transform-paths","afterDeclarations":true}]},"include":["src/**/*","examples/**/*"],"exclude":["node_modules","**/dist/**","**/lib/**","rollup.config.mjs"]}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。