File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11node_modules
2- dist
32* .log
4- .idea
3+ .idea
4+
5+ * .js
6+ * .d.ts
Original file line number Diff line number Diff line change 1+ node_modules
2+ * .log
3+ .idea
4+
5+ * .ts
6+ ! * .d.ts
Original file line number Diff line number Diff line change 22 "name" : " vite-plugin-ejs" ,
33 "version" : " 1.4.2" ,
44 "description" : " Use Ejs in your entrypoint i.e index.html" ,
5- "main" : " dist/ index.js" ,
6- "types" : " dist/ index.d.ts" ,
5+ "main" : " index.js" ,
6+ "types" : " index.d.ts" ,
77 "repository" : " https://github.com/trapcodeio/vite-plugin-ejs.git" ,
88 "author" : " trapcodeio" ,
99 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1313 /* Specify library files to be included in the compilation. */
1414 "declaration" : true ,
1515 /* Generates corresponding '.d.ts' file. */
16- "declarationDir" : " ./dist " ,
16+ "declarationDir" : " ./" ,
1717 /* Redirect output structure to the directory. */
18- "outDir" : " ./dist " ,
18+ "outDir" : " ./" ,
1919 /* Redirect output structure to the directory. */
2020 /* Strict Type-Checking Options */
2121 "strict" : true ,
You can’t perform that action at this time.
0 commit comments