mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
32 lines
732 B
JSON
32 lines
732 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": "src",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"inlineSourceMap": false,
|
|
"lib": ["esnext"],
|
|
"listEmittedFiles": false,
|
|
"listFiles": false,
|
|
"moduleResolution": "node",
|
|
"noFallthroughCasesInSwitch": true,
|
|
"pretty": true,
|
|
"resolveJsonModule": true,
|
|
"rootDir": ".",
|
|
"skipLibCheck": true,
|
|
"strict": false,
|
|
"traceResolution": false,
|
|
"outDir": "",
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"types": [
|
|
"@types/node",
|
|
"@types/service-worker-mock",
|
|
"@cloudflare/workers-types/2023-07-01"
|
|
]
|
|
},
|
|
"exclude": ["node_modules", "dist", "tests"],
|
|
"include": ["src", "scripts"]
|
|
}
|