link-stack/packages/hapi-nextauth/tsconfig.json

12 lines
246 B
JSON

{
"extends": "tsconfig",
"compilerOptions": {
"incremental": true,
"outDir": "build/main",
"rootDir": "src",
"baseUrl": "./",
"types": ["jest", "node"]
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules/**"]
}