mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"target": "es6",
|
|
"moduleResolution": "node",
|
|
"sourceMap": false,
|
|
"allowJs": true,
|
|
"outDir": "dist",
|
|
"strictNullChecks": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["./**/*"],
|
|
"lib": ["es2015"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|