mirror of
https://github.com/aurelienstebe/Gladdis.git
synced 2026-07-22 08:40:27 +00:00
17 lines
456 B
JSON
17 lines
456 B
JSON
{
|
|
"exclude": ["tests", "types"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"target": "esnext",
|
|
"module": "nodenext",
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"declarationDir": "./types",
|
|
"moduleResolution": "nodenext",
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|