mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-14 22:55:46 +01:00
22 lines
No EOL
541 B
JSON
22 lines
No EOL
541 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es6",
|
|
"lib": ["es2017", "dom"],
|
|
"target": "es5",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"strict": false,
|
|
"noImplicitAny": false,
|
|
"allowJs": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"strictNullChecks": true,
|
|
"newLine": "lf",
|
|
"declaration": false,
|
|
"declarationMap": false
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["**/node_modules", "**/public"]
|
|
} |