11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"outDir": "dist/wmmt",
|
|
"strict": true,
|
|
"lib": ["esnext"],
|
|
"esModuleInterop": true,
|
|
"allowJs": true
|
|
},
|
|
"include": ["src/wmmt/**/*"]
|
|
} |