bridgemanaccessible.ca/tsconfig.json
2023-06-19 09:15:51 -05:00

10 lines
No EOL
211 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"noImplicitAny": false,
"esModuleInterop": true,
"sourceMap": false,
"outDir": "dist"
},
}