mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-23 17:23:23 -05:00
13 lines
193 B
JSON
13 lines
193 B
JSON
|
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"noEmit": true,
|
||
|
"noImplicitAny": true
|
||
|
},
|
||
|
"files": [
|
||
|
"../moment.d.ts",
|
||
|
"./moment-tests.ts"
|
||
|
]
|
||
|
}
|