forceplusplus/tsconfig.json
adithyagenie c474f9239d
Basic implementation of LC contest reminders
Signed-off-by: adithyagenie <adithyagenie@gmail.com>
2024-06-12 18:01:20 +05:30

15 lines
220 B
JSON

{
"compilerOptions": {
"outDir": "./out",
"target": "ES2017",
"module": "commonjs",
"allowJs": true,
"strict": true
},
"include": [
"./src/**/*"
],
"exclude": [
"node_modules"
]
}