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

17 lines
284 B
JSON

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