cs142/project2/tsconfig.json
2020-08-01 19:26:11 -03:00

8 lines
103 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"module": "commonjs",
"sourceMap": true
}
}