mirror of
https://github.com/nvms/prsm.git
synced 2025-12-16 00:00:52 +00:00
12 lines
267 B
JSON
12 lines
267 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ESNext"
|
|
},
|
|
"include": ["src", "express-session-auth.d.ts"]
|
|
}
|