mirror of
https://github.com/cupcakearmy/occulto.git
synced 2026-06-11 06:36:53 +00:00
11 lines
200 B
JSON
11 lines
200 B
JSON
{
|
|
"extends": ["@tsconfig/strictest"],
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"types": ["node"],
|
|
},
|
|
"include": ["./src"],
|
|
}
|