Files
Chamilo/web/assets/moment/ts3.1-typing-tests/tsconfig.json
2025-04-10 11:37:29 +02:00

15 lines
262 B
JSON

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