Files
flutter-action/tsconfig.json

12 lines
220 B
JSON
Raw Normal View History

2019-08-13 17:11:30 +07:00
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
"esModuleInterop": true
},
"exclude": ["node_modules", "**/*.test.ts"]
}