Files
jellyseerr/server/tsconfig.json
sct de8ee9ba85 fix: fixes next.js build to not include server files
Also fixes the next.js build to properly purge unused css classes from tailwind
2020-08-23 06:34:38 +00:00

13 lines
287 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "../dist",
"noEmit": false,
"strictPropertyInitialization": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": ["**/*.ts", "**/*.tsx"]
}