4chan-x/tools/tsconfig.json
Tuxedo Takodachi 0372d676e1 Also minify css.
The minifier didn't keep the newlines anyway.
Also, now I'm working on the build, return empty source mappings for a warning in the console less.
2023-09-08 20:10:32 +02:00

12 lines
209 B
JSON

{
"compilerOptions": {
"moduleResolution": "node16",
"target": "ES2021",
"types": [
"@violentmonkey/types",
"@types/chrome",
"node"
],
},
"extends": "../tsconfig.json"
}