cubicjs/client/tsconfig.json
2024-12-22 01:29:44 +03:00

17 lines
No EOL
396 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "amd",
"outDir": "./dest",
"rootDir": "./src",
"removeComments": true,
"strict": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"lib": ["DOM", "ES2016"],
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": []
}