mirror of
https://github.com/placeholder-soft/web.git
synced 2026-06-16 09:54:18 +08:00
21 lines
404 B
JSON
21 lines
404 B
JSON
{
|
|
"extends": "../../tsconfig.projectOptions.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"emitDeclarationOnly": false,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"outDir": "../../out/apps/bridge"
|
|
},
|
|
"include": [
|
|
"next-env.d.ts",
|
|
"**/*",
|
|
"../../types/**/*",
|
|
"chains.ts",
|
|
"./global.d.ts"
|
|
],
|
|
"exclude": [],
|
|
"references": []
|
|
}
|