plane/segway/tsconfig.json
2023-12-06 17:13:51 +05:30

9 lines
196 B
JSON

{
"extends": "tsconfig/express.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "additional.d.ts"],
"exclude": ["node_modules"],
"compilerOptions": {
"baseUrl": "src/"
}
}