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

18 lines
293 B
JSON
Raw Normal View History

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