mirror of https://github.com/TriliumNext/Notes
chore(monorepo): get webpack to run something
parent
6b62bdef3c
commit
30214490f4
@ -1 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
|
build
|
||||||
|
!build/.gitkeep
|
||||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,3 @@
|
|||||||
|
import packageJson from "../package.json" with { type: "json" };
|
||||||
|
|
||||||
|
export default `assets/v${packageJson.version}`;
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"module": "ESNext",
|
||||||
|
"moduleResolution": "bundler",
|
||||||
|
"resolveJsonModule": true,
|
||||||
|
"allowSyntheticDefaultImports": true
|
||||||
|
},
|
||||||
|
"include": [ "./src/**/*.ts" ]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue