vite-plugin-earth/tsconfig.json

17 lines
390 B
JSON
Raw Normal View History

2022-02-10 13:08:07 +08:00
{
"include": [
"src"
],
"compilerOptions": {
"outDir": "dist",
"declaration": true,
2023-03-28 10:02:22 +08:00
"target": "ES2017",
"module": "commonjs",
2022-02-10 13:08:07 +08:00
"removeComments": false,
2023-03-28 10:02:22 +08:00
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
2022-02-10 13:08:07 +08:00
}