15 lines
268 B
JSON
15 lines
268 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../dist/out-tsc/packages/auth-js",
|
||
|
"noEmit": true,
|
||
|
"jsx": "react"
|
||
|
},
|
||
|
"include": ["**/*.test.ts"],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./tsconfig.build.json"
|
||
|
}
|
||
|
]
|
||
|
}
|