mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 23:43:28 +00:00
19 lines
402 B
JSON
19 lines
402 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"target": "es2018",
|
|
"lib": ["es2018", "dom"],
|
|
"downlevelIteration": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"strict": false,
|
|
"noEmit": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.test.ts",
|
|
"tools/eslint-rules/proper-maki-types.ts"
|
|
]
|
|
}
|