mancala/tsconfig.json

12 lines
267 B
JSON
Raw Normal View History

2021-06-27 01:41:52 +03:00
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}