preline
Version:
Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
22 lines • 407 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"
]
}