This repository has been archived on 2023-01-14. You can view files and clone it, but cannot push or open issues or pull requests.
libsiaweb/tsconfig.json

15 lines
307 B
JSON
Raw Normal View History

2023-01-14 07:21:04 +00:00
{
"compilerOptions": {
"target": "es2021",
"declaration": true,
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist"
},
"include": ["src/**/*"]
}