mirror of
https://github.com/jcreek/Tech-Radar-Editor.git
synced 2026-07-12 18:43:46 +00:00
11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["src"]
|
|
}
|