mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
19 lines
348 B
JSON
19 lines
348 B
JSON
{
|
|
"extends": "../../packages/config/typescript/next.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"plugins": [{ "name": "next" }],
|
|
"strictNullChecks": true
|
|
},
|
|
"include": [
|
|
"next-env.d.ts",
|
|
".next/types/**/*.ts",
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
"**/*.mjs"
|
|
],
|
|
"exclude": ["node_modules"]
|
|
}
|