File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 7
7
"jsx" : " react-jsx" ,
8
8
"moduleResolution" : " Node" ,
9
9
"strict" : true ,
10
- "noEmit" : true ,
11
- "declaration" : true ,
12
10
"skipLibCheck" : true ,
13
- "isolatedModules" : true ,
11
+ "isolatedModules" : false ,
14
12
"module" : " CommonJS" ,
15
13
"esModuleInterop" : true ,
16
14
"allowSyntheticDefaultImports" : true ,
17
- "resolveJsonModule" : true
15
+ "resolveJsonModule" : true ,
16
+
17
+ "declaration" : true ,
18
+ "declarationMap" : true ,
19
+ "outDir" : " ./dist" ,
20
+ "rootDir" : " ./src" ,
21
+ "noEmit" : false ,
22
+ "types" : [" node" ]
18
23
},
19
- "include" : [" . " ],
20
- "exclude" : [" experimental/** " , " plugins/** " ]
24
+ "include" : [" src " ],
25
+ "exclude" : [" node_modules " , " dist " , " **/*.test.ts " ]
21
26
}
Original file line number Diff line number Diff line change 2
2
"extends" : " ./tsconfig.json" ,
3
3
"compilerOptions" : {
4
4
"noEmit" : false ,
5
- "outDir" : " ./dist"
5
+ "outDir" : " ./dist" ,
6
+ "rootDir" : " ./"
6
7
},
8
+ "include" : [
9
+ " src/**/*" ,
10
+ " index.ts"
11
+ ],
7
12
"exclude" : [
8
13
" experimental/**" ,
9
14
" plugins/**" ,
You can’t perform that action at this time.
0 commit comments