allocatr/public/assets/libs/moment/ts3.1-typing-tests/tsconfig.json
2025-02-26 16:44:49 +08:00

15 lines
262 B
JSON
Executable File

{
"compileOnSave": false,
"compilerOptions": {
"module": "commonjs",
"noEmit": true,
"noImplicitAny": true,
"strictNullChecks": true,
"lib": ["ES2015"],
},
"files": [
"../ts3.1-typings/moment.d.ts",
"./moment-tests.ts"
],
}