A repository for a FoundryVTT plugin for Kingmaker homebrew.
at main 13 lines 246 B view raw
1const sveltePreprocess = require("svelte-preprocess"); 2 3module.exports = { 4 preprocess: [ 5 sveltePreprocess() 6 ], 7 "enable-ts-plugin": true, 8 compilerOptions: { 9 experimental: { 10 async: true 11 } 12 } 13};