You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tsconfig.json
+3-27Lines changed: 3 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -4,32 +4,16 @@
4
4
],
5
5
"compilerOptions": {
6
6
/* Visit https://aka.ms/tsconfig to read more about this file */
7
-
/* Projects */
8
-
// "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
9
-
// "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
10
-
// "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */
11
-
// "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */
12
-
// "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */
13
-
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
14
-
/* Language and Environment */
15
7
"target": "es2016",
16
8
"lib": [
17
9
"ES2015"
18
10
],
19
-
// "jsx": "preserve", /* Specify what JSX code is generated. */
20
11
"experimentalDecorators": true,
21
12
"emitDecoratorMetadata": true,
22
-
// "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
23
-
// "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
24
-
// "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */
25
-
// "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */
26
-
// "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
27
-
// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
28
-
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
29
-
/* Modules */
30
-
"module": "ESNext",
13
+
"module": "ES6",
14
+
"moduleResolution": "node",
31
15
"rootDir": "./src",
32
-
// "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
16
+
// "moduleResolution": "nodenext",
33
17
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
34
18
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
35
19
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
0 commit comments