mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-11 13:10:26 +08:00
17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/_deprecated/icons/**/*", "src/**/*.spec.js"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"module": "ES6",
|
|
"moduleResolution": "Node",
|
|
"target": "ES6",
|
|
"lib": [
|
|
"ESNext",
|
|
"DOM"
|
|
]
|
|
}
|
|
} |