preline
Version:
Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
17 lines (16 loc) • 360 B
JSON
{
"compilerOptions": {
"module": "ESNext",
"target": "ES6",
"moduleResolution": "node",
"esModuleInterop": true,
"sourceMap": true,
"noImplicitAny": true,
"allowJs": true,
"baseUrl": ".",
"outDir": "./dist",
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*", "./global.d.ts"],
"exclude": ["node_modules", "**/*.spec.ts"]
}