Co-authored-by: AndrewLaneX <AndrewLaneX@users.noreply.github.com> Co-authored-by: Aditya <me@xditya.me> Co-authored-by: Danish <danish@ultroid.tech> Co-authored-by: buddhhu <buddhuu0@users.noreply.github.com> Co-authored-by: sppidy <sppidy@users.noreply.github.com> Co-authored-by: Arnab Paryali <Arnabxd@users.noreply.github.com> Co-authored-by: divkix <divkix@users.noreply.github.com> Co-authored-by: hellboi_atul <hellboi-atul@users.noreply.github.com> Co-authored-by: Programming Error <error@notavailable.live> Co-authored-by: New-dev0 <New-dev0@notavailable.live>
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"strict": true,
|
|
"target": "ES2019",
|
|
"esModuleInterop": true,
|
|
"outDir": "build/"
|
|
},
|
|
"include": ["src/"]
|
|
}
|