Commit aa2c678 1 parent f988311 commit aa2c678 Copy full SHA for aa2c678
File tree 8 files changed +64
-36
lines changed
8 files changed +64
-36
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "composite" : true ,
3
+ "extends" : " ../../../tsconfig.base.json" ,
4
+ "compilerOptions" : {
5
+ "outDir" : " ./build/types"
6
+ },
7
+ "files" : [" src/main.tsx" ],
8
+ "include" : [
9
+ " src"
10
+ // "__tests__/**/*.test.*"
11
+ ]
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "composite" : true ,
3
- "extends" : "../../../tsconfig.base.json" ,
4
2
"compilerOptions" : {
5
- "outDir" : "./build/types"
6
- } ,
7
- "files" : [ "src/main.tsx" ] ,
8
- "include" : [
9
- "src"
10
- // "__tests__/**/*.test.*"
11
- ]
3
+ "strict" : true ,
4
+ "esModuleInterop" : true ,
5
+ "jsx" : "react"
6
+ }
12
7
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "composite" : true ,
3
+ "extends" : " ../../../tsconfig.base.json" ,
4
+ "compilerOptions" : {
5
+ "outDir" : " ./build/types"
6
+ },
7
+ "files" : [" src/main.tsx" ],
8
+ "include" : [
9
+ " src"
10
+ // "__tests__/**/*.test.*"
11
+ ]
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "composite" : true ,
3
- "extends" : "../../../tsconfig.base.json" ,
4
2
"compilerOptions" : {
5
- "outDir" : "./build/types"
6
- } ,
7
- "files" : [ "src/main.tsx" ] ,
8
- "include" : [
9
- "src"
10
- // "__tests__/**/*.test.*"
11
- ]
3
+ "strict" : true ,
4
+ "esModuleInterop" : true ,
5
+ "jsx" : "react"
6
+ }
12
7
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "composite" : true ,
3
+ "extends" : " ../../../tsconfig.base.json" ,
4
+ "compilerOptions" : {
5
+ "outDir" : " ./build/types"
6
+ },
7
+ "files" : [" src/main.tsx" ],
8
+ "include" : [
9
+ " src"
10
+ // "__tests__/**/*.test.*"
11
+ ]
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "composite" : true ,
3
- "extends" : "../../../tsconfig.base.json" ,
4
2
"compilerOptions" : {
5
- "outDir" : "./build/types"
6
- } ,
7
- "files" : [ "src/main.tsx" ] ,
8
- "include" : [
9
- "src"
10
- // "__tests__/**/*.test.*"
11
- ]
3
+ "strict" : true ,
4
+ "esModuleInterop" : true ,
5
+ "jsx" : "react"
6
+ }
12
7
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "composite" : true ,
3
+ "extends" : " ../../../tsconfig.base.json" ,
4
+ "compilerOptions" : {
5
+ "outDir" : " ./build/types"
6
+ },
7
+ "files" : [" src/main.tsx" ],
8
+ "include" : [
9
+ " src"
10
+ // "__tests__/**/*.test.*"
11
+ ]
12
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "composite" : true ,
3
- "extends" : "../../../tsconfig.base.json" ,
4
2
"compilerOptions" : {
5
- "outDir" : "./build/types"
6
- } ,
7
- "files" : [ "src/main.tsx" ] ,
8
- "include" : [
9
- "src"
10
- // "__tests__/**/*.test.*"
11
- ]
3
+ "strict" : true ,
4
+ "esModuleInterop" : true ,
5
+ "jsx" : "react"
6
+ }
12
7
}
You can’t perform that action at this time.
0 commit comments