Mercurial > obsidian-remember-file-state
view tsconfig.json @ 8:ec6c48a07b03
Make the plugin data into a dictionary
- Allows for faster lookup of the current file
- Fix sorting bug with trimming excess file data
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 14 Feb 2022 13:01:23 -0800 |
parents | 7975d7c73f8a |
children | 2a9e941c96ee |
line wrap: on
line source
{ "compilerOptions": { "baseUrl": ".", "inlineSourceMap": true, "inlineSources": true, "module": "ESNext", "target": "ES6", "allowJs": true, "noImplicitAny": true, "moduleResolution": "node", "importHelpers": true, "lib": [ "DOM", "ES5", "ES6", "ES7" ] }, "include": [ "**/*.ts" ] }