Mercurial > obsidian-remember-file-state
view tsconfig.json @ 11:6f7f35af6335
Better type information for the plugin data
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 28 Feb 2022 22:10:14 -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" ] }