File tree Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Original file line number Diff line number Diff line change 2020 "dev" : " nuxi dev playground" ,
2121 "dev:build" : " nuxi build playground" ,
2222 "dev:prepare" : " nuxt-module-build --stub && nuxi prepare playground" ,
23- "release" : " release-it" ,
24- "postinstall" : " pnpm prepack"
23+ "release" : " release-it"
2524 },
2625 "dependencies" : {
2726 "@nuxt/kit" : " ^3.0.0-rc.12" ,
Original file line number Diff line number Diff line change 11{
2- "extends" : " ./playground/.nuxt/tsconfig.json" ,
3- "compilerOptions" : {
4- "module" : " ESNext" ,
5- "target" : " ESNext" ,
6- "lib" : [
7- " DOM" ,
8- " ESNext"
9- ],
10- "strict" : true ,
11- "esModuleInterop" : true ,
12- "jsx" : " preserve" ,
13- "incremental" : false ,
14- "skipLibCheck" : true ,
15- "moduleResolution" : " node" ,
16- "resolveJsonModule" : true ,
17- "noUnusedLocals" : true ,
18- "strictNullChecks" : true ,
19- "forceConsistentCasingInFileNames" : true
20- }
21- }
2+ "extends" : " ./playground/.nuxt/tsconfig.json"
3+ }
You can’t perform that action at this time.
0 commit comments