mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"noUnusedParameters": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitThis": true,
|
|
"diagnostics": true,
|
|
"listFiles": true,
|
|
"pretty": true,
|
|
"moduleResolution": "node",
|
|
"noEmitOnError": true,
|
|
"strictNullChecks": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitReturns": true
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
} |