Files
sao/www/bower_components/c3/tsconfig.json
2026-03-14 09:49:00 +00:00

12 lines
227 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "ESNext",
"strict": false,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src", "spec"]
}