1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-02-22 14:28:56 +01:00
tabler-icons/test/test-preact/tsconfig.node.json

10 lines
184 B
JSON
Raw Normal View History

2023-01-22 00:02:47 +01:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}