mirror of
https://github.com/sct/overseerr.git
synced 2025-10-02 00:33:09 +02:00
fix: fixes next.js build to not include server files
Also fixes the next.js build to properly purge unused css classes from tailwind
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
"strictPropertyInitialization": false,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true
|
||||
}
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user