mirror of
https://github.com/tamius-han/ghetto-karaoke-playlist.git
synced 2026-08-12 18:47:04 +02:00
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"rootDir": "src"
|
|
}
|
|
}
|