mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-15 21:16:01 +00:00
8 lines
129 B
JSON
8 lines
129 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es6",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true
|
|
}
|
|
} |