{
    "compilerOptions": {
        "target": "es6",
        "module": "CommonJS",
        "alwaysStrict": true,
        "incremental": true,
        "sourceMap": true,
        "experimentalDecorators": true,
        "emitDecoratorMetadata": true,
        "removeComments": true,
        "skipLibCheck": true,
        "allowJs": true,
        "jsx": "react",
        "jsxFactory": "XNode.create",
        "lib": [
            "es6",
            "ES2019",
            "dom",
            "ES2019.String",
            "ESNext.Disposable"
        ]
    },
    "include": [
        "src/**/*"
    ],
    "exclude": [
		"node_modules",
        "tests"
    ]
}