mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 12:26:13 -06:00
- Added tailwindcss, shadcn, vite, typescript, pinia - Removed webpack, ejs, moment, instantsearch, algolia, bootstrap - Disabled most sass, original components - Began redesigning light themed index page
11 lines
254 B
JSON
11 lines
254 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"include": ["src/**/__tests__/*", "env.d.ts"],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",
|
|
|
|
"lib": [],
|
|
"types": ["node", "jsdom"]
|
|
}
|
|
} |