Part of https://www.notion.so/Use-MTM-price-based-on-pool-189a6b22d47280ff9373c89f40b378d1 Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-authored-by: Adwait Gharpure <adwaitgharpure@gmail.com> Reviewed-on: deep-stack/sol-mem-gen#7 Co-authored-by: adwait <adwait@noreply.git.vdb.to> Co-committed-by: adwait <adwait@noreply.git.vdb.to>
13 lines
339 B
JSON
13 lines
339 B
JSON
// Reference: https://github.com/vercel/next.js/blob/canary/examples/custom-server/tsconfig.server.json
|
|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"lib": ["es2019"],
|
|
"target": "es2019",
|
|
"isolatedModules": false,
|
|
"noEmit": false
|
|
},
|
|
"include": ["server.ts"]
|
|
} |