{
	"compilerOptions": {
		"target": "esnext",
		"module": "esnext",
		"strict": true,
		"verbatimModuleSyntax": true,
		"noUnusedLocals": true,
		"noImplicitAny": true,
		"noImplicitThis": true,
		"noImplicitReturns": true,
		"noPropertyAccessFromIndexSignature": true,
		"noUnusedParameters": true,
		"experimentalDecorators": true,
		"jsx": "preserve",
		"jsxFragmentFactory": "__jsxFragment",
		"jsxImportSource": null,
		"baseUrl": ".",
		"paths": {"@bind": ["./libs/bind.ts"],"@conn": ["./libs/conn.ts"],"@css": ["./libs/css.ts"],"@dom": ["./libs/dom.ts"],"@drag": ["./libs/drag.ts"],"@html": ["./libs/html.ts"],"@inter": ["./libs/inter.ts"],"@load": ["./libs/load.ts"],"@misc": ["./libs/misc.ts"],"@nodes": ["./libs/nodes.ts"],"@pagination": ["./libs/pagination.ts"],"@router": ["./libs/router.ts"],"@rpc": ["./libs/rpc.ts"],"@settings": ["./libs/settings.ts"],"@svg": ["./libs/svg.ts"],"@typeguard": ["./libs/typeguard.ts"],"@urlstate": ["./libs/urlstate.ts"]}
	},
	"include": ["*.ts", "*.tsx"]
}
