1
0
mc-music-pack-creator/tsconfig.json

17 lines
286 B
JSON

{
"compilerOptions": {
"strict": true,
"removeComments": true,
"skipLibCheck": true,
"esModuleInterop": true,
"downlevelIteration": true,
"experimentalDecorators": true,
"baseUrl": "/src",
"outDir": "/dist",
"rootDirs": ["src"],
"paths": {
"~/*": ["*"]
}
}
}