✨ improve: jsconfig.json
This commit is contained in:
@@ -1,19 +1,15 @@
|
|||||||
{
|
{
|
||||||
|
"extends": "@roots/sage/config/jsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowSyntheticDefaultImports": true,
|
|
||||||
"baseUrl": "resources",
|
"baseUrl": "resources",
|
||||||
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
||||||
"module": "esnext",
|
|
||||||
"moduleResolution": "node",
|
|
||||||
"jsx": "preserve",
|
|
||||||
"paths": {
|
"paths": {
|
||||||
"@fonts/*": ["fonts/*"],
|
"@fonts/*": ["fonts/*"],
|
||||||
"@images/*": ["images/*"],
|
"@images/*": ["images/*"],
|
||||||
"@scripts/*": ["scripts/*"],
|
"@scripts/*": ["scripts/*"],
|
||||||
"@styles/*": ["styles/*"]
|
"@styles/*": ["styles/*"]
|
||||||
},
|
},
|
||||||
"target": "es5"
|
"types": ["@roots/bud-tailwindcss"]
|
||||||
},
|
},
|
||||||
"include": ["bud.config.mjs", "resources"],
|
"include": ["bud.config.js", "resources"],
|
||||||
"exclude": ["public"]
|
"exclude": ["node_modules", "public"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user