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.
12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node16",
|
|
"target": "ES2021",
|
|
"types": [
|
|
"@violentmonkey/types",
|
|
"@types/chrome",
|
|
"node"
|
|
],
|
|
},
|
|
"extends": "../tsconfig.json"
|
|
} |