mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 23:14:15 +01:00
21 lines
407 B
JSON
21 lines
407 B
JSON
{
|
|
"include": ["src/*"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"module": "es2022",
|
|
"moduleResolution": "nodenext",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"strict": true,
|
|
"target": "es2022",
|
|
"types": ["dom"]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|