mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 09:45:51 +02:00
* Add override alias import entry files lucide-react * Make it work * Setup files for packages * Revert icon changes * Remove solid support and add docs * Adjust docs * format files * Fix lucide-vue-next build * Fix builds * Fix lucide-svelte * Add vscode settings option
33 lines
533 B
Plaintext
33 lines
533 B
Plaintext
{
|
|
"$schema": "https://swc.rs/schema.json",
|
|
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "ecmascript",
|
|
"jsx": true,
|
|
"dynamicImport": true
|
|
},
|
|
"target": "esnext",
|
|
"loose": false,
|
|
"externalHelpers": false,
|
|
"keepClassNames": true
|
|
},
|
|
"module": {
|
|
"type": "es6",
|
|
"strict": true,
|
|
"strictMode": true,
|
|
"lazy": false,
|
|
"noInterop": false
|
|
},
|
|
"minify": false,
|
|
"sourceMaps": true,
|
|
"env": {
|
|
"targets": {
|
|
"node": "current"
|
|
},
|
|
"mode": "entry",
|
|
"coreJs": "3"
|
|
}
|
|
|
|
}
|