feat: complete MVP foundation auth and dashboard
This commit is contained in:
15
tsconfig.test.json
Normal file
15
tsconfig.test.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": false,
|
||||
"incremental": false,
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"noEmit": false,
|
||||
"outDir": ".test-output",
|
||||
"rootDir": ".",
|
||||
"types": ["node"],
|
||||
"verbatimModuleSyntax": false
|
||||
},
|
||||
"include": ["lib/**/*.ts", "tests/**/*.test.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user