mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
18 lines
293 B
JSON
18 lines
293 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es6",
|
||
|
"outDir": "out",
|
||
|
"lib": [
|
||
|
"es6"
|
||
|
],
|
||
|
"sourceMap": true,
|
||
|
"rootDir": ".",
|
||
|
"skipLibCheck": true,
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"server"
|
||
|
]
|
||
|
}
|