2 Star 3 Fork 1

hpgt / sveltekit-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 562 Bytes
一键复制 编辑 原始数据 按行查看 历史
hpgt 提交于 2023-04-12 10:50 . 集成tailwindcss
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"ignoreDeprecations": "5.0"
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
// from the referenced tsconfig.json - TypeScript does not merge them in
}
TypeScript
1
https://gitee.com/hpgt/sveltekit-app.git
git@gitee.com:hpgt/sveltekit-app.git
hpgt
sveltekit-app
sveltekit-app
master

搜索帮助