mirror of
https://github.com/SrIzan10/ava.git
synced 2026-06-06 00:46:53 +00:00
20 lines
487 B
JSON
20 lines
487 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"noImplicitAny": false,
|
|
"strictNullChecks": true,
|
|
"importsNotUsedAsValues": "error",
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"#plugins": ["./dist/plugins/index.js"]
|
|
}
|
|
}
|
|
} |