/* 模块解析选项 */ // "moduleResolution": "node", /* 决定如何处理模块:'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ // "baseUrl": "./", /* 用于解析非绝对模块名称的基础目录。 */ // "paths": {}, /* 模块名到基于 baseUrl的路径映射的列表。 */ // "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": [], /* 要包含的类型声明文件名列表 */ // "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */ "esModuleInterop": true/* 启用s emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */ // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
/* Source Map Options */ // "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. */
/* Experimental Options */ // "experimentalDecorators": true, /* 启用s experimental support for ES7 decorators. */ // "emitDecoratorMetadata": true, /* 启用s experimental support for emitting type metadata for decorators. */ } }