mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
13 lines
240 B
JSON
13 lines
240 B
JSON
{
|
|
"exclude": ["src/tests/fixtures"],
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"target": "ES2022",
|
|
"lib": ["ES2022", "DOM"],
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"outDir": "build",
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|