16 lines
No EOL
266 B
JSON
16 lines
No EOL
266 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "src/",
|
|
"outDir": "build/",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true
|
|
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules/",
|
|
"build/"
|
|
]
|
|
} |