CCNA_Learning/tsconfig.json

8 lines
98 B
JSON

{
"compilerOptions": {
"module": "commonjs"
},
"include": [
"build.ts"
]
}