chore: 整理 third-party Dark Reader 目录并移除本地说明文件跟踪
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2019",
|
||||
"module": "CommonJS",
|
||||
"lib": [
|
||||
"ES2015",
|
||||
"Dom"
|
||||
],
|
||||
"types": [
|
||||
"chrome",
|
||||
"jest",
|
||||
"puppeteer-core"
|
||||
],
|
||||
"allowJs": true,
|
||||
"downlevelIteration": true,
|
||||
"esModuleInterop": true,
|
||||
"jsx": "react",
|
||||
"jsxFactory": "m",
|
||||
"moduleResolution": "Node",
|
||||
"noEmit": true,
|
||||
"noImplicitAny": true,
|
||||
"ignoreDeprecations": "6.0",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user