Preview: tsconfig.json
Size: 581 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/@adminjs/prisma/tsconfig.json
{
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",
"target": "esnext",
"lib": [
"esnext",
"DOM"
],
"skipLibCheck": true,
"sourceMap": true,
"noImplicitAny": false,
"strictNullChecks": true,
"esModuleInterop": true,
"declaration": true,
"declarationDir": "./lib",
"outDir": "./lib",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"allowJs": true
},
"include": [
"./src/**/*.ts"
],
"exclude": [
"node_modules",
"lib"
]
}
Directory Contents
Dirs: 2 × Files: 10