mirror of
https://github.com/kunkunsh/kunkun-ext-hacker-news.git
synced 2025-04-03 18:56:43 +00:00
24 lines
462 B
JSON
24 lines
462 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"module": "esnext",
|
|
"moduleResolution": "Bundler",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noUnusedLocals": false,
|
|
"noImplicitAny": true,
|
|
"noEmit": true,
|
|
"outDir": "dist",
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": false,
|
|
"verbatimModuleSyntax": true,
|
|
},
|
|
"include": [
|
|
"."
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules"
|
|
]
|
|
} |