계획 계약 명세서 정의 및 검증 기준 분석 (iss-6da9ba883259)
Some checks failed
ci / test (pull_request) Failing after 5s
Some checks failed
ci / test (pull_request) Failing after 5s
This commit is contained in:
parent
b44d73c9e7
commit
9685202611
1 changed files with 18 additions and 0 deletions
18
planning-contract/tsconfig.json
Normal file
18
planning-contract/tsconfig.json
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "ES2020",
|
||||||
|
"module": "commonjs",
|
||||||
|
"lib": ["ES2020"],
|
||||||
|
"outDir": "./dist",
|
||||||
|
"rootDir": "./",
|
||||||
|
"strict": true,
|
||||||
|
"esModuleInterop": true,
|
||||||
|
"skipLibCheck": true,
|
||||||
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
"declaration": true,
|
||||||
|
"declarationMap": true,
|
||||||
|
"sourceMap": true
|
||||||
|
},
|
||||||
|
"include": ["*.ts"],
|
||||||
|
"exclude": ["node_modules", "dist"]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue