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

15 lines
300 B
JSON
Raw Normal View History

{
"extends": "tsconfig-link",
"compilerOptions": {
"composite": true,
"incremental": true,
"outDir": "build/main",
"rootDir": "src",
"baseUrl": "./",
2023-05-25 09:27:26 +00:00
"skipLibCheck": true,
"types": ["jest", "node"]
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules/**"]
}