♻️ Normalize data
This commit is contained in:
13
packages/models/tsconfig.json
Normal file
13
packages/models/tsconfig.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2016",
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"skipLibCheck": true,
|
||||
"declaration": true,
|
||||
"declarationDir": "./types",
|
||||
"outDir": "./dist"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user