chore: 整理 third-party Dark Reader 目录并移除本地说明文件跟踪
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "CommonJS",
|
||||
"lib": [
|
||||
"ESNext",
|
||||
"Dom"
|
||||
],
|
||||
"types": [
|
||||
"chrome",
|
||||
"node",
|
||||
"jest",
|
||||
"jest-extended"
|
||||
],
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": true,
|
||||
"strictPropertyInitialization": false,
|
||||
"inlineSourceMap": true,
|
||||
"paths": {
|
||||
"@plus/*": ["../../src/stubs/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user