File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 9
9
"prepare" : " npm run build" ,
10
10
"doc" : " kkt build --app-src ./website" ,
11
11
"start" : " kkt start --app-src ./website" ,
12
- "watch" : " tsbb watch" ,
13
- "build" : " tsbb build"
12
+ "watch" : " tsbb watch src/*.tsx --useBabel " ,
13
+ "build" : " tsbb build src/*.tsx --useBabel "
14
14
},
15
15
"repository" : {
16
16
"type" : " git" ,
38
38
"react" : " ~18.2.0" ,
39
39
"react-dom" : " ~18.2.0" ,
40
40
"kkt" : " ~7.4.9" ,
41
- "tsbb" : " ~3.7.2 "
41
+ "tsbb" : " ^4.0.1 "
42
42
},
43
43
"eslintConfig" : {
44
44
"extends" : [
Original file line number Diff line number Diff line change 6
6
" dom.iterable" ,
7
7
" esnext"
8
8
],
9
+ "module" : " esnext" ,
10
+ "moduleResolution" : " node" ,
9
11
"allowJs" : true ,
10
12
"skipLibCheck" : true ,
11
13
"esModuleInterop" : true ,
12
14
"allowSyntheticDefaultImports" : true ,
13
15
"strict" : true ,
14
16
"forceConsistentCasingInFileNames" : true ,
15
- "module" : " esnext" ,
16
- "moduleResolution" : " node" ,
17
17
"resolveJsonModule" : true ,
18
18
"isolatedModules" : true ,
19
19
"declaration" : true ,
20
- "baseUrl" : " ./website" ,
21
20
"jsx" : " react-jsx" ,
22
21
"noFallthroughCasesInSwitch" : true ,
23
22
"noEmit" : true
24
23
},
25
24
"include" : [
26
- " website " , " .kktrc.ts "
25
+ " src/**/* "
27
26
]
28
27
}
You can’t perform that action at this time.
0 commit comments