You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
477 B
JSON
21 lines
477 B
JSON
2 years ago
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"outDir": "dist",
|
||
|
"allowJs": true,
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"strict": true,
|
||
|
"jsx": "preserve",
|
||
|
"esModuleInterop": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"lib": ["ESNext", "DOM"],
|
||
|
"skipLibCheck": true,
|
||
|
"paths": {
|
||
|
"ppst-vitepress-theme": ["src/index.ts"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["src", "demo/.vitepress/theme", "test/.vitepress/theme"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|