mirror of
https://github.com/tjhorner/archivebox-exporter.git
synced 2023-06-17 01:17:54 +03:00
12 lines
281 B
JSON
12 lines
281 B
JSON
{
|
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"module": "esnext",
|
|
"allowJs": true,
|
|
"types": [ "svelte", "chrome" ],
|
|
"lib": [ "es6", "dom" ],
|
|
"esModuleInterop": true,
|
|
"importsNotUsedAsValues": "remove"
|
|
}
|
|
} |