Add monaco editor for json editing and diff view (#4)

Reviewed-on: #4
This commit is contained in:
2024-07-17 21:58:09 +09:30
parent 1654824839
commit 12c36be93d
10 changed files with 100 additions and 31 deletions

View File

@@ -20,7 +20,14 @@
"browser": "src/main.ts",
"polyfills": [],
"tsConfig": "tsconfig.app.json",
"assets": ["src/assets"],
"assets": [
"src/assets",
{
"glob": "**/*",
"input": "node_modules/monaco-editor",
"output": "/assets/monaco/"
}
],
"styles": [
"src/styles.scss",
"highlight.js/styles/atom-one-dark.min.css"