Files
AstralRinth/tsconfig.base.json
2024-07-03 19:12:20 -07:00

23 lines
532 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@modrinth/omorphia": ["libs/omorphia/src/index.ts"],
}
},
"exclude": ["node_modules", "tmp"]
}