mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 00:59:59 +00:00
14 lines
331 B
JSON
14 lines
331 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"module": "commonjs",
|
|
"noImplicitAny": true,
|
|
"noUnusedParameters": true,
|
|
"removeComments": true,
|
|
"resolveJsonModule": true,
|
|
"target": "es6",
|
|
"strict": true
|
|
},
|
|
"exclude": ["node_modules/**/*", "dist/**/*"]
|
|
}
|