2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-07 23:44:33 +00:00
iconify/plugins/tailwind/tsconfig.json

12 lines
239 B
JSON
Raw Normal View History

2023-01-11 15:42:21 +00:00
{
"extends": "./tsconfig-base.json",
"include": ["src/**/*.ts", ".eslintrc.cjs"],
2023-01-11 15:42:21 +00:00
"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"module": "NodeNext",
"moduleResolution": "nodenext",
2023-01-11 15:42:21 +00:00
"lib": ["ESNext", "DOM"]
}
}