mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
29 lines
No EOL
632 B
JSON
29 lines
No EOL
632 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"sourceMap": false,
|
|
"target": "es5",
|
|
"module": "ES2015",
|
|
"moduleResolution": "node",
|
|
"allowJs": false,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"experimentalDecorators": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"removeComments": false,
|
|
"jsx": "preserve",
|
|
"lib": ["ESNext", "dom"],
|
|
"rootDir": ".",
|
|
// "paths": {
|
|
// "idraw": ["packages/idraw/src1"]
|
|
// }
|
|
},
|
|
"include": [
|
|
"packages/global.d.ts",
|
|
"packages/*/src",
|
|
"packages/*/__tests__"
|
|
]
|
|
} |