You've already forked tribes-plugin-kobold
0a3a91a62a
CI / Test (push) Failing after 17s
Generate the initial Kobold external plugin with host-backed tests, browser-safe asset bundling, and the MVP PRD under docs/.
15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "../priv/static",
|
|
"rootDir": "ts"
|
|
},
|
|
"include": ["ts/**/*.ts"]
|
|
}
|