2024-05-18 21:29:19 +01:00

18 lines
489 B
JSON

{
"compilerOptions": {
"allowJs": true,
"module": "NodeNext",
"target": "ES2022",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"downlevelIteration": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"outDir": "tmp",
"paths": {
"@spt-aki/*": [ "./types/*" ],
},
},
"exclude": [ "node_modules", "dist", "tmp" ],
}