8b21ff6e68
Minifying CSS
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"module": "CommonJS"
|
|
},
|
|
"include": ["src/index.ts", "src/css-cache-break.ts"]
|
|
}
|