1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 09:52:33 +01:00
lossless-cut/tsconfig.node.json

9 lines
162 B
JSON
Raw Permalink Normal View History

2024-03-21 16:28:25 +01:00
{
"extends": ["@tsconfig/strictest", "@tsconfig/node18/tsconfig.json"],
"compilerOptions": {
"noEmit": true,
},
"include": [
"script/**/*",
],
}