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