mirror of
https://github.com/mprojectscode/obsidian-bases-charts-plugin.git
synced 2026-07-22 06:43:19 +00:00
7 lines
83 B
JavaScript
7 lines
83 B
JavaScript
const config = {
|
|
compilerOptions: {
|
|
runes: true,
|
|
},
|
|
};
|
|
|
|
export default config;
|