This repository has been archived on 2024-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
InSoDev-Website/tsconfig.src.json
2023-07-26 00:16:02 +02:00

10 lines
235 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "src", // Root directory of TypeScript source files
"noEmit": false,
"outDir": "/tmp/website-files"
},
"include": ["src/pages/**/*.ts", "src/scripts/**/*.ts"]
}