mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 06:54:16 +01:00
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"include": ["./gulpfile.mjs"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"module": "es2022",
|
|
"lib": ["es2022"],
|
|
"moduleResolution": "nodenext",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"strict": true,
|
|
"target": "es2022"
|
|
}
|
|
}
|