mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-09-02 00:08:42 +02:00
15 lines
489 B
JSON
15 lines
489 B
JSON
|
|
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
|
||
|
|
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
|
||
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./out-tsc/lib",
|
||
|
|
"declaration": true,
|
||
|
|
"declarationMap": true,
|
||
|
|
"inlineSources": true,
|
||
|
|
"types": []
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts"],
|
||
|
|
"exclude": ["**/*.spec.ts"]
|
||
|
|
}
|