mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 03:44:53 +00: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"
|
|
]
|
|
}
|