15 lines
262 B
JSON
Raw Normal View History

2025-02-28 09:29:43 +08:00
{
"compileOnSave": false,
"compilerOptions": {
"module": "commonjs",
"noEmit": true,
"noImplicitAny": true,
"strictNullChecks": true,
"lib": ["ES2015"],
},
"files": [
"../ts3.1-typings/moment.d.ts",
"./moment-tests.ts"
],
}