JSX component support and time command
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"strict": true,
|
||||
"strict": false,
|
||||
"noImplicitAny": false,
|
||||
"skipLibCheck": true,
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "@star-kitten/lib/discord",
|
||||
"lib": ["ESNext", "DOM"],
|
||||
@@ -12,11 +14,14 @@
|
||||
"@data/*": ["./data/*"],
|
||||
"@types/*": ["./types/*"]
|
||||
},
|
||||
"emitDeclarationOnly": true,
|
||||
"noEmit": false,
|
||||
"noEmitOnError": false,
|
||||
"declaration": true,
|
||||
"outDir": "dist",
|
||||
"allowImportingTsExtensions": false
|
||||
"outDir": "dist/types",
|
||||
"rootDir": "src",
|
||||
"allowImportingTsExtensions": true
|
||||
},
|
||||
"include": ["src", "types", "src/jsx/types.d.ts"],
|
||||
"exclude": ["node_modules", "dist", "build", "**/*.test.ts"]
|
||||
"exclude": ["node_modules", "build", "**/*.test.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user