mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
committed by
GitHub
parent
408a745cc5
commit
398b89a707
23
tsconfig.json
Normal file
23
tsconfig.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"moduleResolution": "node",
|
||||
"removeComments": false,
|
||||
"alwaysStrict": true,
|
||||
"pretty": true,
|
||||
"target": "es2019",
|
||||
"lib": ["ESNext"],
|
||||
"sourceMap": true,
|
||||
"inlineSources": true,
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"outDir": "dist",
|
||||
"incremental": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"include": ["node-youtube-dl/**/**/*.ts"],
|
||||
"exclude": ["node-youtube-dl/**/__tests__"]
|
||||
}
|
||||
Reference in New Issue
Block a user