{
  "compilerOptions": {
    "target": "ES2019",
    "module": "none",
    "lib": ["ES2019", "DOM"],
    "strict": false,
    "skipLibCheck": true,
    "removeComments": false,
    "outFile": "../js/custom-tags-editor.js"
  },
  "files": [
    "custom-tags-editor.ts"
  ]
}
