marvin-timesync/tsconfig.json

11 lines
239 B
JSON
Raw Permalink Normal View History

2023-04-18 18:14:53 +02:00
{
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"noImplicitAny": true,
"module": "ES2020",
"moduleResolution": "nodenext",
"outDir": "lib/"
},
"includes": ["src/*.ts"],
}