mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +00:00
9 lines
133 B
JSON
9 lines
133 B
JSON
{
|
|
"files": ["./next.config.ts"],
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./",
|
|
"rootDir": "./"
|
|
}
|
|
}
|