Files
nand2tetris/web-ide-main/components/tsconfig.json
T
2026-04-09 14:14:56 +02:00

12 lines
201 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "build",
"rootDir": "src",
"tsBuildInfoFile": "build/.tsbuildinfo"
},
"include": ["src"]
}