@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
17 lines (16 loc) • 401 B
JSON
{
"compilerOptions": {
"target": "ES2015",
"module": "ESNext",
"lib": ["ES2021", "DOM", "DOM.Iterable"],
"declaration": false,
"strict": false,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"rootDir": "../src"
},
"include": ["../src/**/*.ts"],
"exclude": ["node_modules", "dist"]
}