CSE380/hw4/tsconfig.json

10 lines
152 B
JSON
Raw Permalink Normal View History

2022-05-23 06:00:37 -04:00
{
"include": [
"src/**/*",
"src/*"
],
"compilerOptions": {
"noImplicitAny": true,
"target": "es2016"
}
}