mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-16 07:30:57 +00:00
22 lines
546 B
JSON
22 lines
546 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"useDefineForClassFields": true,
|
|
"moduleResolution": "node",
|
|
"jsx": "preserve",
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["esnext", "dom"],
|
|
"types": ["node"],
|
|
"skipLibCheck": true,
|
|
"paths": {
|
|
"~/*": ["./docs/*"]
|
|
}
|
|
},
|
|
"include": ["docs/**/*"],
|
|
"exclude": ["docs/dist/**", "docs/cache/**"]
|
|
}
|