mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 17:48:23 +00:00
25 lines
No EOL
515 B
JSON
25 lines
No EOL
515 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"sourceMap": false,
|
|
"target": "ES6",
|
|
"module": "ES2015",
|
|
"moduleResolution": "node",
|
|
"allowJs": false,
|
|
"strict": true,
|
|
"experimentalDecorators": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"removeComments": true,
|
|
"lib": ["ES2016", "DOM"]
|
|
},
|
|
"include": [
|
|
"packages/*/src",
|
|
"packages/*/__tests__",
|
|
"packages/*/dev"
|
|
],
|
|
"exclude": [
|
|
"packages/*/dist",
|
|
"packages/*/node_modules"
|
|
]
|
|
} |