CCNA_Learning/tsconfig.json
2019-09-11 15:07:12 +02:00

8 lines
98 B
JSON

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