Files
faveo/vendor/facade/ignition/tsconfig.json
RafficMohammed 774eed8b0e laravel-6 support
2023-01-08 01:17:22 +05:30

24 lines
603 B
JSON

{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"lib": ["dom", "es2017"],
"noEmit": true,
"module": "esnext",
"moduleResolution": "node",
"noUnusedLocals": true,
"noUnusedParameters": true,
"preserveConstEnums": true,
"removeComments": false,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"baseUrl": ".",
"paths": {
"*": ["*", "resources/js/*"]
}
},
"include": ["resources/**/*"]
}