Files
stacks-puppet-node/migration-verification/test/tsconfig.json
2020-12-23 15:35:09 +01:00

10 lines
147 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
}
}