TrollCallAPIs/tsconfig.json
MeowcaTheoRange fd06319e07 do all of this stuff, i guess.
Add credits, Hiveswap things, change authentication security, and ads.
2023-09-05 00:21:26 -05:00

24 lines
675 B
JSON

{
"compilerOptions": {
"target": "es2015",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"noErrorTruncation": true,
"module": "esnext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}