mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
14 lines
No EOL
222 B
JSON
14 lines
No EOL
222 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"noUnusedLocals": true,
|
|
"lib": [
|
|
"es5", "es2015.promise"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"**/jquery.d.ts"
|
|
]
|
|
} |