mirror of
https://github.com/cool-team-official/cool-admin-midway-packages.git
synced 2025-12-11 13:52:50 +00:00
15 lines
366 B
JSON
15 lines
366 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"target": "ES2018",
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "Node",
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule":true,
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src/**/*", "scripts"],
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts"]
|
|
} |