mirror of
https://github.com/vicky469/aside.git
synced 2026-07-22 17:42:04 +00:00
23 lines
494 B
JSON
23 lines
494 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"target": "ES2020",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"outDir": ".test-dist",
|
|
"rootDir": ".",
|
|
"strict": true,
|
|
"strictBindCallApply": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"types": ["node"],
|
|
"lib": ["ES2020", "DOM"]
|
|
},
|
|
"include": [
|
|
"tests/**/*.ts",
|
|
"src/**/*.d.ts",
|
|
"src/commentManager.ts",
|
|
"src/core/**/*.ts",
|
|
"shared/sideNotePromptPolicy.js"
|
|
]
|
|
}
|