bagdad/tsconfig.json

10 lines
188 B
JSON
Raw Permalink Normal View History

2021-12-11 21:01:50 +00:00
{
2024-11-15 20:42:19 +00:00
"extends": "@tsconfig/node22/tsconfig.json",
2021-12-11 21:01:50 +00:00
"compilerOptions": {
2024-10-17 20:45:29 +00:00
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noEmit": true,
2021-12-11 21:01:50 +00:00
},
2024-10-17 20:45:29 +00:00
"include": ["src/**/*", "main.ts"]
2021-12-11 21:01:50 +00:00
}