{
    "compilerOptions": {
        "experimentalDecorators": true,
        "target": "es6",
        "module": "commonjs",
        "outDir": "./",
        "declaration": false,
        "jsx": "react",
        "allowUnusedLabels": true,
        "allowUmdGlobalAccess": true,
        "esModuleInterop": true,
        "strict": true
    },
    "exclude": [
        "./static",
        "static.ts",
        "demo"
    ]
}