mirror of
https://github.com/amix/vimrc
synced 2025-07-27 15:04:59 +08:00
Add markdown preview, update rust.vim
This commit is contained in:
26
sources_non_forked/markdown-preview.nvim/tsconfig.json
Normal file
26
sources_non_forked/markdown-preview.nvim/tsconfig.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"resolveJsonModule": true,
|
||||
"composite": true,
|
||||
"target": "es2015",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"lib": [
|
||||
"dom",
|
||||
"esnext"
|
||||
],
|
||||
"baseUrl": ".",
|
||||
"outDir": "./app/lib",
|
||||
"rootDir": "./src",
|
||||
"importHelpers": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": [
|
||||
"./src"
|
||||
],
|
||||
"exclude": [
|
||||
"./lib"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user