1
0
Fork 0
design-patterns/ts/tsconfig.json

14 lines
283 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": ["ESNext", "DOM"],
"moduleResolution": "node",
"esModuleInterop": true,
"rootDir": "./src",
"outDir": "./dist",
"forceConsistentCasingInFileNames": true,
"strict": true
}
}