pojokcodeid.nvim-lazy/my-snippets/laravel-blade/tsconfig.json
asep komarudin 1ab37bd478 update
2023-01-15 00:19:37 +07:00

17 lines
293 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"lib": [
"es6"
],
"sourceMap": true,
"rootDir": ".",
"skipLibCheck": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"server"
]
}