pojokcodeid.nvim-lazy/snippets/laravel-blade/tsconfig.json

18 lines
276 B
JSON
Raw Normal View History

2023-03-03 07:09:50 +07:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"lib": [
"es6"
],
"sourceMap": true,
"rootDir": ".",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"server"
]
}