mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
20 lines
454 B
JSON
20 lines
454 B
JSON
{
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["dom"],
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"$/*": ["./*"],
|
|
"$prisma/*": ["./node_modules/.prisma/*"]
|
|
},
|
|
"rootDir": ".",
|
|
"strict": true,
|
|
"strictPropertyInitialization": false,
|
|
"target": "es6"
|
|
}
|
|
}
|