ice/packages/plugin-auth/tsconfig.json

10 lines
176 B
JSON
Raw Permalink Normal View History

2022-03-07 18:29:39 +08:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "./",
"rootDir": "src",
"outDir": "esm",
"jsx": "react"
},
"include": ["src"]
}