1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00
lossless-cut/tsconfig.node.json

9 lines
162 B
JSON
Raw Normal View History

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