marvin-timesync/tsconfig.json
2023-04-18 18:14:53 +02:00

11 lines
239 B
JSON

{
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"noImplicitAny": true,
"module": "ES2020",
"moduleResolution": "nodenext",
"outDir": "lib/"
},
"includes": ["src/*.ts"],
}