1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-23 09:13:23 -05:00

13 lines
193 B
JSON
Raw Normal View History

{
"compileOnSave": false,
"compilerOptions": {
"module": "commonjs",
"noEmit": true,
"noImplicitAny": true
},
"files": [
"../moment.d.ts",
"./moment-tests.ts"
]
}