mirror of
https://github.com/plasma-umass/coz.git
synced 2024-11-04 23:19:59 +03:00
9 lines
143 B
JSON
9 lines
143 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "none",
|
|
"target": "es5",
|
|
"noImplicitAny": true,
|
|
"sourceMap": true
|
|
}
|
|
}
|