mirror of
https://github.com/zen-browser/rices.git
synced 2025-07-07 08:55:40 +02:00
18 lines
No EOL
451 B
JSON
18 lines
No EOL
451 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES2022",
|
|
"lib": ["ES2022", "DOM"],
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
},
|
|
"exclude": ["node_modules", "dist", "test"]
|
|
} |