Bibata_Cursor/tsconfig.json
ful1e5 44e1e9fada chore: Organized project files and docs
I have changed many things which I have written in the readme.
2022-08-17 16:38:00 +05:30

19 lines
387 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": ["es6", "es2015", "dom"],
"declaration": true,
"outDir": "dist",
"rootDir": "src",
"strict": true,
"types": ["node"],
"esModuleInterop": true,
"resolveJsonModule": true,
"moduleResolution": "node",
"baseUrl": "src",
"paths": {
"#root/*": ["./*"]
}
}
}