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