12 lines
No EOL
190 B
JSON
12 lines
No EOL
190 B
JSON
{
|
|
"include": [
|
|
"./src/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"outDir": "./dist",
|
|
}
|
|
} |