via-icons/tsconfig.json

16 lines
291 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
2024-07-28 22:55:15 -06:00
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
},
"outDir": "./dist",
2024-07-28 22:55:15 -06:00
"declaration": true,
"declarationDir": "./dist",
"jsx": "react",
2024-08-20 16:55:23 -06:00
"target": "esnext",
"module": "esnext"
},
2024-07-28 22:55:15 -06:00
"include": ["src/**/*.tsx", "src/**/*.ts"]
}