mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
12 lines
220 B
JSON
12 lines
220 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"module": "commonjs",
|
||
|
"outDir": "./lib",
|
||
|
"rootDir": "./src",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"exclude": ["node_modules", "**/*.test.ts"]
|
||
|
}
|