18 lines
285 B
JSON
18 lines
285 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "ESNext",
|
|
"lib": ["es2020", "dom"],
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
// "exclude": [
|
|
// "node_modules",
|
|
// "dist",
|
|
// "test"
|
|
// ]
|
|
} |